I think more stuff needed thread locking for more time in 7z library manager

This commit is contained in:
zeromus 2015-06-30 19:43:59 -05:00
parent e03da4f5fe
commit 0341d24bc8
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,6 @@ namespace SevenZip
throw new SevenZipLibraryException("library is invalid.");
}
}
}
#endif
if (format is InArchiveFormat)
{
@ -177,6 +176,7 @@ namespace SevenZip
#endif
throw new ArgumentException(
"Enum " + format + " is not a valid archive format attribute!");
}
}