Separate targets on -Qi/-Si with a newline.
This fixes FS#11331
The newline was lost with commit 9451b2e4f2
.
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
This commit is contained in:
parent
afac773d19
commit
95ea6fb3c1
1 changed files with 3 additions and 1 deletions
|
@ -135,9 +135,11 @@ void dump_pkg_full(pmpkg_t *pkg, int level)
|
||||||
/* Print additional package info if info flag passed more than once */
|
/* Print additional package info if info flag passed more than once */
|
||||||
if(level > 1) {
|
if(level > 1) {
|
||||||
dump_pkg_backups(pkg);
|
dump_pkg_backups(pkg);
|
||||||
printf("\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* final newline to separate packages */
|
||||||
|
printf("\n");
|
||||||
|
|
||||||
FREELIST(depstrings);
|
FREELIST(depstrings);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue