[MPlayer-cvslog] r25577 - trunk/libvo/vo_quartz.h
    diego 
    subversion at mplayerhq.hu
       
    Tue Jan  1 21:11:09 CET 2008
    
    
  
Author: diego
Date: Tue Jan  1 21:11:08 2008
New Revision: 25577
Log:
consistency cosmetics: Do not #define multiple inclusion guards to 1.
Modified:
   trunk/libvo/vo_quartz.h
Modified: trunk/libvo/vo_quartz.h
==============================================================================
--- trunk/libvo/vo_quartz.h	(original)
+++ trunk/libvo/vo_quartz.h	Tue Jan  1 21:11:08 2008
@@ -27,7 +27,7 @@
  */
 
 #ifndef VO_QUARTZ_H
-#define VO_QUARTZ_H 1
+#define VO_QUARTZ_H
 
 /* These are the Macintosh key scancode constants -- from Inside Macintosh */
 #define QZ_ESCAPE		0x35
    
    
More information about the MPlayer-cvslog
mailing list