Extra ')' in error message

This commit is contained in:
Panu Matilainen 2008-09-25 19:10:02 +03:00
parent 09d43dcbdf
commit 6c4e6f4fa8
1 changed files with 1 additions and 1 deletions

View File

@ -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;