Add missing 'done' printout

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-11-08 23:39:07 -06:00
parent 889fccd55f
commit 4e45e1187d
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ int pacman_remove(alpm_list_t *targets)
return(1);
}
}
printf(_("done.\n"));
/* Step 2: prepare the transaction based on its type, targets and flags */
if(alpm_trans_prepare(&data) == -1) {