summaryrefslogtreecommitdiffstats
path: root/src/pacman/add.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/add.c')
-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 0cff3937..7e45550f 100644
--- a/src/pacman/add.c
+++ b/src/pacman/add.c
@@ -110,7 +110,7 @@ int pacman_add(list_t *targets)
MSG(NL, ":: %s\n", (char *)alpm_list_getdata(i));
}
alpm_list_free(data);
- MSG(NL, "\nerrors occurred, no packages were upgraded.\n\n");
+ MSG(NL, "\nerrors occurred, no packages were upgraded.\n");
break;
default:
break;