summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-09-25 19:10:02 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-09-25 19:10:02 +0300
commit6c4e6f4fa883628c9a31a6536d8f76dbacf5639c (patch)
treef9e1db772005329fcf76d68ef1b2b4cfc0792d1c
parent09d43dcbdff4a450a72178d695db553c2f33ef27 (diff)
downloadlibrpm-tizen-6c4e6f4fa883628c9a31a6536d8f76dbacf5639c.tar.gz
librpm-tizen-6c4e6f4fa883628c9a31a6536d8f76dbacf5639c.tar.bz2
librpm-tizen-6c4e6f4fa883628c9a31a6536d8f76dbacf5639c.zip
Extra ')' in error message
-rw-r--r--build/rpmfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c
index c21e0d70e..b28a46e32 100644
--- a/build/rpmfc.c
+++ b/build/rpmfc.c
@@ -1280,7 +1280,7 @@ rpmRC rpmfcClassify(rpmfc fc, ARGV_t argv, rpm_mode_t * fmode)
if (ftype == NULL) {
rpmlog(RPMLOG_ERR,
- _("Recognition of file \"%s\") failed: mode %06o %s\n"),
+ _("Recognition of file \"%s\" failed: mode %06o %s\n"),
s, mode, magic_error(ms));
magic_close(ms);
return RPMRC_FAIL;