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