Browse Source

Typo.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2764 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
ba0d1103e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example-clients/simple_client.c

+ 1
- 1
example-clients/simple_client.c View File

@@ -204,7 +204,7 @@ main (int argc, char *argv[])
signal(SIGINT, signal_handler);
#endif

/* keep running until the transport stops */
/* keep running until the Ctrl+C */

while (1) {
#ifdef WIN32


Loading…
Cancel
Save