mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Removed bonus semicolon added in earlier commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28603 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28618978db
commit
0e49e6e9fb
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ NSLOCKING_METHODS
|
|||
{
|
||||
pthread_cond_signal(&_condition);
|
||||
}
|
||||
- (void)broadcast;
|
||||
- (void)broadcast
|
||||
{
|
||||
pthread_cond_broadcast(&_condition);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue