summaryrefslogtreecommitdiffstats
path: root/src/pacman/deptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/deptest.c')
-rw-r--r--src/pacman/deptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/deptest.c b/src/pacman/deptest.c
index 933f9384..264ba1c9 100644
--- a/src/pacman/deptest.c
+++ b/src/pacman/deptest.c
@@ -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);