From 754efcabb167f162133ac0963dd0552f09c32bf1 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sat, 26 Nov 2005 01:38:08 +0000 Subject: should be --- common/os_calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/os_calls.c') diff --git a/common/os_calls.c b/common/os_calls.c index 51787210..0a9d022b 100644 --- a/common/os_calls.c +++ b/common/os_calls.c @@ -133,7 +133,7 @@ g_hexdump(char* p, int len) { g_printf("%c", (line[i] >= 0x20 && line[i] < 0x7f) ? line[i] : '.'); } - g_printf("\n\r"); + g_printf("\r\n"); offset += thisline; line += thisline; } -- cgit v1.2.1