summaryrefslogtreecommitdiffstats
path: root/common/os_calls.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-11-26 01:38:08 +0000
committerjsorg71 <jsorg71>2005-11-26 01:38:08 +0000
commit754efcabb167f162133ac0963dd0552f09c32bf1 (patch)
tree9645d9d7d45096cd3824663633156d67a6e35fb9 /common/os_calls.c
parentc22e66e9aec8e9147d3e56d9350a58fea0a40c75 (diff)
downloadxrdp-proprietary-754efcabb167f162133ac0963dd0552f09c32bf1.tar.gz
xrdp-proprietary-754efcabb167f162133ac0963dd0552f09c32bf1.zip
<lf><cr> should be <cr><lf>
Diffstat (limited to 'common/os_calls.c')
-rw-r--r--common/os_calls.c2
1 files changed, 1 insertions, 1 deletions
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;
}