diff options
| author | xHire <xhire@tuxportal.cz> | 2009-05-26 01:01:17 +0200 |
|---|---|---|
| committer | xHire <xhire@tuxportal.cz> | 2009-05-26 01:12:24 +0200 |
| commit | daa5951908a7228f88cfd1cbf1f0353389d98758 (patch) | |
| tree | 462b1d69a3d3ab573df213017f2cb09f1a2157ba /src/client/chat.c | |
| parent | 53fdb78257cd4bf454f255deede74d8e98e752fb (diff) | |
Rectified the coding style in path.h.in
Fixed some old comments (//) and whitespace
Diffstat (limited to 'src/client/chat.c')
| -rw-r--r-- | src/client/chat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/chat.c b/src/client/chat.c index d4bdc14..d68edb8 100644 --- a/src/client/chat.c +++ b/src/client/chat.c @@ -239,10 +239,10 @@ static void chat_eventEnable() continue; /* continue with other keys */ } else { /* the chat row is empty - it is needed to turn off the chat window */ - //chat_eventDisable(); + /*chat_eventDisable();*/ /* turn off key catching into the buffer and clear the buffer */ - //interface_disable_keyboard_buffer(); - //keyboard_buffer_clear(); + /*interface_disable_keyboard_buffer();*/ + /*keyboard_buffer_clear();*/ } } |