Kernel/VFS - Fixed missuse of strcmp that caused userland compilations to break
[tpg/acess2.git] / KernelLand / Kernel / arch / x86 / errors.c
index f0f6e2b..b69f5f8 100644 (file)
@@ -244,7 +244,7 @@ void Error_Backtrace(Uint eip, Uint ebp)
                ebp = *(Uint*)ebp;
                i++;
        }
-       LogF("\n");
+       LogF("\r\n");
 }
 
 /**

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