From 99729a41570579e77823b9b5b324278888e5773f Mon Sep 17 00:00:00 2001 From: techmetx11 Date: Fri, 12 Apr 2024 10:15:20 +0000 Subject: [PATCH] Converted tab to space --- src/engine/fileOps/fileOpsCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/fileOps/fileOpsCommon.cpp b/src/engine/fileOps/fileOpsCommon.cpp index 6fed9dc25..df480d847 100644 --- a/src/engine/fileOps/fileOpsCommon.cpp +++ b/src/engine/fileOps/fileOpsCommon.cpp @@ -153,7 +153,7 @@ bool DivEngine::load(unsigned char* f, size_t slen, const char* nameHint) { } else if (memcmp(file,DIV_FC13_MAGIC,4)==0 || memcmp(file,DIV_FC14_MAGIC,4)==0) { return loadFC(file,len); } else if (memcmp(file,DIV_TFM_MAGIC,8)==0) { - return loadTFM(file,len); + return loadTFM(file,len); } // step 3: try loading as .mod