This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
example-clients
mirror of
https://github.com/jackaudio/example-clients
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix coding style
pull/1/head
falkTX
11 years ago
parent
49e066743d
commit
3c9fbd706c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
while (!simple_quit)
#ifdef WIN32
#ifdef WIN32
Sleep(1*1000);
Sleep(1*1000);
#else
#else
sleep(1);
sleep(1);
#endif
#endif
Write
Preview
Loading…
Cancel
Save