From ef6dd2f3715c455e607f479e54f099ea056697ba Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 3 May 2024 11:13:39 +0200 Subject: MHR-23: Add MBCI folder in AMD64, document @return in RemoveCatalog. Signed-off-by: Amlal El Mahrouss --- Private/HALKit/AMD64/MBCI/.gitkeep | 0 Private/Source/FS/NewFS.cxx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Private/HALKit/AMD64/MBCI/.gitkeep diff --git a/Private/HALKit/AMD64/MBCI/.gitkeep b/Private/HALKit/AMD64/MBCI/.gitkeep new file mode 100644 index 00000000..e69de29b 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())) { -- cgit v1.2.3