From b98a81f4f26b4da98f2ac760763af656f95f392b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 25 Aug 2024 22:19:40 +0200 Subject: [REFACTOR] Better source name and labels. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/Sources/FS/NewFS.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZKA/Sources') diff --git a/dev/ZKA/Sources/FS/NewFS.cxx b/dev/ZKA/Sources/FS/NewFS.cxx index 87006502..e55939f7 100644 --- a/dev/ZKA/Sources/FS/NewFS.cxx +++ b/dev/ZKA/Sources/FS/NewFS.cxx @@ -803,7 +803,7 @@ _Output NFS_CATALOG_STRUCT* NewFSParser::FindCatalog(_Input const Char* catalogN kcout << "newoskrnl: fetching catalog...\r"; -_NewFSSearchThroughCatalogList: +NewFSSearchThroughCatalogList: while (drive.fPacket.fPacketGood) { drive.fPacket.fLba = startCatalogList; @@ -844,7 +844,7 @@ _NewFSSearchThroughCatalogList: localSearchFirst = false; startCatalogList = cCtartCatalogList; - goto _NewFSSearchThroughCatalogList; + goto NewFSSearchThroughCatalogList; } out_lba = 0UL; -- cgit v1.2.3