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/Source/FS/NewFS.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/Source') 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