diff options
| -rw-r--r-- | Private/HALKit/AMD64/MBCI/.gitkeep | 0 | ||||
| -rw-r--r-- | Private/Source/FS/NewFS.cxx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Private/HALKit/AMD64/MBCI/.gitkeep b/Private/HALKit/AMD64/MBCI/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/Private/HALKit/AMD64/MBCI/.gitkeep 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())) { |
