mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-13 18:17:49 -04:00
Minor code quality correction
This commit is contained in:
@ -1387,7 +1387,7 @@ hsBool plResManager::VerifyPages()
|
||||
}
|
||||
|
||||
// Handle all our conflicting pages now
|
||||
if (!invalidPages.empty() > 0)
|
||||
if (!invalidPages.empty())
|
||||
return IDeleteBadPages(invalidPages, true);
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user