Add missing new line to 'pacman -T' output.
'pacman -T foo bar' returns 'foobar' instead of: foo bar Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>o Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
51225b3263
commit
4e15b54926
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ int pacman_deptest(alpm_list_t *targets)
|
|||
}
|
||||
|
||||
if(!found) {
|
||||
printf("%s", saved_target);
|
||||
printf("%s\n", saved_target);
|
||||
retval = 1;
|
||||
}
|
||||
free(saved_target);
|
||||
|
|
Loading…
Add table
Reference in a new issue