Browse Source

Typo

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2427 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
0cef005088
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/testSynchroServer.cpp

+ 1
- 1
tests/testSynchroServer.cpp View File

@@ -185,7 +185,7 @@ int main(int ac, char *av [])
} }
#endif #endif


if (!sem1->Allocate(SERVER, "default", 0)
if (!sem1->Allocate(SERVER, "default", 0))
return -1; return -1;
if (!sem2->Allocate(CLIENT, "default", 0)) if (!sem2->Allocate(CLIENT, "default", 0))
return -1; return -1;


Loading…
Cancel
Save