From 06dc212a74734bb4069045664f8caaf1cd6f04e8 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Mon, 20 Jan 2025 10:05:34 -0800 Subject: [PATCH] Cleanup func separator --- source/Windows/WinFrame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Windows/WinFrame.cpp b/source/Windows/WinFrame.cpp index 63ee81c3..f832ec0f 100644 --- a/source/Windows/WinFrame.cpp +++ b/source/Windows/WinFrame.cpp @@ -2197,6 +2197,7 @@ void Util_ProDOS_ForwardSectorInterleave (uint8_t *pDiskBytes, const size_t nDis } // Swizzles sectors in ProDOS order to DOS33 order in-place +//=========================================================================== void Util_ProDOS_ReverseSectorInterleave (uint8_t *pDiskBytes, const size_t nDiskSize, const SectorOrder_e eSectorOrder) { // Swizle from ProDOS to DOS33 order