]> git.sesse.net Git - vlc/commitdiff
macosx: typo s/pthread_test_cancel/pthread_testcancel/
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 20 Sep 2008 17:46:50 +0000 (19:46 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 20 Sep 2008 17:46:50 +0000 (19:46 +0200)
modules/gui/macosx/intf.m

index 2b08386365933abc301a431276ad8051fda336a4..250981ffbefc31bd9269ebbf21f28e4cf7e85e8c 100644 (file)
@@ -1440,7 +1440,7 @@ static void * manage_cleanup( void * args )
 
         vlc_mutex_unlock( &p_intf->change_lock );
 
-        pthread_test_cancel(); /* In 10.5 nanosleep is not a cancellation point */
+        pthread_testcancel(); /* In 10.5 nanosleep is not a cancellation point */
         msleep( INTF_IDLE_SLEEP );
 
         [pool release];