Extra ')' in error message
This commit is contained in:
parent
09d43dcbdf
commit
6c4e6f4fa8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue