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 /vnc/vnc.c | |
parent | c22e66e9aec8e9147d3e56d9350a58fea0a40c75 (diff) | |
download | xrdp-proprietary-754efcabb167f162133ac0963dd0552f09c32bf1.tar.gz xrdp-proprietary-754efcabb167f162133ac0963dd0552f09c32bf1.zip |
<lf><cr> should be <cr><lf>
Diffstat (limited to 'vnc/vnc.c')
-rw-r--r-- | vnc/vnc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -260,7 +260,7 @@ lib_mod_event(struct vnc* v, int msg, long param1, long param2, break; default: g_printf("unkown key lib_mod_event msg %d \ -param1 0x%4.4x param2 0x%4.4x\n\r", msg, param1, param2); +param1 0x%4.4x param2 0x%4.4x\r\n", msg, param1, param2); break; } } @@ -580,7 +580,7 @@ lib_framebuffer_update(struct vnc* v) } else { - g_printf("error in lib_framebuffer_update\n\r"); + g_printf("error in lib_framebuffer_update\r\n"); } } } @@ -701,7 +701,7 @@ lib_mod_signal(struct vnc* v) } else { - g_printf("unknown in lib_mod_signal %d\n\r", type); + g_printf("unknown in lib_mod_signal %d\r\n", type); } } return error; |