diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-03 11:13:39 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-03 11:13:39 +0200 |
| commit | ef6dd2f3715c455e607f479e54f099ea056697ba (patch) | |
| tree | b24c81ae987d7e3e769600a6557a61124772ed49 /Private | |
| parent | 3e6f0c4ca9154ae7b921adb9c06c98b06780940b (diff) | |
MHR-23: Add MBCI folder in AMD64, document @return in RemoveCatalog.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private')
| -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())) { |
