diff options
-rw-r--r-- | src/pacman/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c index dab3f595..53ec41e9 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -263,7 +263,7 @@ static int sync_search(alpm_list_t *syncs, alpm_list_t *targets) if((grp = alpm_pkg_get_groups(pkg)) != NULL) { group = alpm_list_getdata(grp); - printf(" (%s)\n", (char *)alpm_list_getdata(grp)); + printf(" (%s)", (char *)alpm_list_getdata(grp)); } /* we need a newline and initial indent first */ |