]> git.sesse.net Git - vlc/commitdiff
macosx: Fix a typo in the pragma.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 17 Aug 2008 11:48:42 +0000 (13:48 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 17 Aug 2008 11:48:42 +0000 (13:48 +0200)
modules/gui/macosx/intf.m

index 1bbf3b29da1b7061a8345fae8920ecb688c7f60e..0252547e99b919c06f63123eee9a143d8ac275fd 100644 (file)
@@ -69,7 +69,7 @@ static void * ManageThread( void *user_data );
 static unichar VLCKeyToCocoa( unsigned int i_key );
 static unsigned int VLCModifiersToCocoa( unsigned int i_key );
 
-#pragma mark VLC -
+#pragma mark -
 #pragma mark VLC Interface Object Callbacks
 
 /*****************************************************************************