pacman/sync.c : kill extra newline with groups on -Ss operation.

Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
This commit is contained in:
Chantry Xavier 2007-08-24 11:47:40 +02:00 committed by Dan McGee
parent 3e418a1534
commit c8011954a5
1 changed files with 1 additions and 1 deletions

View File

@ -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 */