From 7054e37126cc476b88da7b57a6efa658d4765cf0 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 5 Sep 2011 13:16:07 -0400 Subject: sync: add missing newline in warning message Dan: fix the other missing one too. Signed-off-by: Dave Reisner Signed-off-by: Dan McGee --- src/pacman/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/query.c') diff --git a/src/pacman/query.c b/src/pacman/query.c index 31252bd3..9dbc5297 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -567,7 +567,7 @@ int pacman_query(alpm_list_t *targets) _("package '%s' was not found\n"), strname); if(!config->op_q_isfile && access(strname, R_OK) == 0) { pm_fprintf(stderr, ALPM_LOG_WARNING, - _("'%s' is a file, you might want to use %s."), + _("'%s' is a file, you might want to use %s.\n"), strname, "-p/--file"); } break; -- cgit v1.2.3-24-g4f1b