Explorar el Código

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

Pierre d'Herbemont hace 17 años
padre
commit
75c539ea9d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }