diff options
author | jsorg71 <jsorg71> | 2005-11-26 01:38:08 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-11-26 01:38:08 +0000 |
commit | 754efcabb167f162133ac0963dd0552f09c32bf1 (patch) | |
tree | 9645d9d7d45096cd3824663633156d67a6e35fb9 /common/os_calls.c | |
parent | c22e66e9aec8e9147d3e56d9350a58fea0a40c75 (diff) | |
download | xrdp-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.c | 2 |
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; } |