Browse Source

MacOSX/Framework/VLCEventManager.m: Remove unuseful ;.

Pierre d'Herbemont 17 years ago
parent
commit
75c539ea9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/VLCEventManager.m

+ 1 - 1
Sources/VLCEventManager.m

@@ -107,7 +107,7 @@ static void * EventDispatcherMainLoop(void * user_data)
         pthread_mutex_unlock( [self queueLock] );
     
         [pool release];
-    };
+    }
     return nil;
 }