Browse Source

Fix coding style

pull/1/head
falkTX 11 years ago
parent
commit
3c9fbd706c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      simple_session_client.c

+ 1
- 1
simple_session_client.c View File

@@ -196,7 +196,7 @@ main (int argc, char *argv[])

while (!simple_quit)
#ifdef WIN32
Sleep(1*1000);
Sleep(1*1000);
#else
sleep(1);
#endif


Loading…
Cancel
Save