Major revamp to FAT code, fixing LFN issues and other bugs
[tpg/acess2.git] / Kernel / debug.c
index 13b6536..66c2059 100644 (file)
@@ -283,7 +283,7 @@ void Debug_Enter(char *FuncName, char *ArgTypes, ...)
        }
 
        va_end(args);
-       Debug_Putchar(')');     Debug_Putchar('\n');    Debug_Putchar('\r');
+       Debug_Putchar(')');     Debug_Putchar('\r');    Debug_Putchar('\n');
 }
 
 void Debug_Log(char *FuncName, char *Fmt, ...)

UCC git Repository :: git.ucc.asn.au