summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/add.c b/src/pacman/add.c
index 7e45550f..d5fb73db 100644
--- a/src/pacman/add.c
+++ b/src/pacman/add.c
@@ -72,7 +72,7 @@ int pacman_add(list_t *targets)
return(1);
}
}
- MSG(CL, "done");
+ MSG(CL, "done.");
/* Step 2: "compute" the transaction based on targets and flags
*/