diff options
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/FS/NewFS.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/FS/NewFS.cxx b/Private/Source/FS/NewFS.cxx index c3384e70..028e18ca 100644 --- a/Private/Source/FS/NewFS.cxx +++ b/Private/Source/FS/NewFS.cxx @@ -667,7 +667,7 @@ Boolean NewFSParser::CloseCatalog(_Input _Output NewCatalog* catalog) { /// @brief Mark catalog as removed. /// @param catalog The catalog structure. -/// @return +/// @return if the catalog was removed or not. Boolean NewFSParser::RemoveCatalog(_Input const Char* catalogName) { if (!catalogName || StringBuilder::Equals(catalogName, NewFilesystemHelper::Root())) { |
