[vlc-devel] commit: macosx: Fix a typo in the pragma. (Pierre d'Herbemont )

git version control git at videolan.org
Sun Aug 17 13:45:45 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Aug 17 13:48:42 2008 +0200| [6936aab0666fc8ecb743238ad70c4b48aec5f79c] | committer: Pierre d'Herbemont 

macosx: Fix a typo in the pragma.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6936aab0666fc8ecb743238ad70c4b48aec5f79c
---

 modules/gui/macosx/intf.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 1bbf3b2..0252547 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -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
 
 /*****************************************************************************




More information about the vlc-devel mailing list