diff cpudetect.h @ 25530:3658234e099b

Fix typo in multiple inclusion guard comment.
author diego
date Mon, 31 Dec 2007 11:51:54 +0000
parents 739849dfb699
children 4129c8cfa742
line wrap: on
line diff
--- a/cpudetect.h	Mon Dec 31 10:41:20 2007 +0000
+++ b/cpudetect.h	Mon Dec 31 11:51:54 2007 +0000
@@ -57,5 +57,4 @@
 /* returned value is malloc()'ed so free() it after use */
 char *GetCpuFriendlyName(unsigned int regs[], unsigned int regs2[]);
 
-#endif /* !CPUDETECT_H */
-
+#endif /* CPUDETECT_H */