From b7c804ea5b9debb4266d2ce63a42505132506052 Mon Sep 17 00:00:00 2001
From: Roman Kyrylych <[EMAIL PROTECTED]>
Date: Mon, 25 Aug 2008 17:47:26 +0300
Subject: [PATCH] Add a space before hyphen

Signed-off-by: Roman Kyrylych <[EMAIL PROTECTED]>
---
 src/pacman/pacman.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 155f8da..0df3088 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -624,7 +624,7 @@ static int _parseconfig(const char *file, const
char *givensection,
                        strtrim(ptr);

                        if(key == NULL) {
-                               pm_printf(PM_LOG_ERROR, _("config file %s, line 
%d: syntax error
in config file- missing key.\n"),
+                               pm_printf(PM_LOG_ERROR, _("config file %s, line 
%d: syntax error
in config file - missing key.\n"),
                                                file, linenum);
                                return(1);
                        }
-- 
1.6.0


-- 
Roman Kyrylych (Роман Кирилич)
_______________________________________________
pacman-dev mailing list
[email protected]
http://archlinux.org/mailman/listinfo/pacman-dev

Reply via email to