1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

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

View File

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