[MPlayer-cvslog] r25558 - trunk/cpudetect.h

diego subversion at mplayerhq.hu
Mon Dec 31 12:51:54 CET 2007


Author: diego
Date: Mon Dec 31 12:51:54 2007
New Revision: 25558

Log:
Fix typo in multiple inclusion guard comment.


Modified:
   trunk/cpudetect.h

Modified: trunk/cpudetect.h
==============================================================================
--- trunk/cpudetect.h	(original)
+++ trunk/cpudetect.h	Mon Dec 31 12:51:54 2007
@@ -57,5 +57,4 @@ void GetCpuCaps(CpuCaps *caps);
 /* returned value is malloc()'ed so free() it after use */
 char *GetCpuFriendlyName(unsigned int regs[], unsigned int regs2[]);
 
-#endif /* !CPUDETECT_H */
-
+#endif /* CPUDETECT_H */



More information about the MPlayer-cvslog mailing list