changeset 25530:3658234e099b

Fix typo in multiple inclusion guard comment.
author diego
date Mon, 31 Dec 2007 11:51:54 +0000
parents 867ee1c2114b
children 071132904566
files cpudetect.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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 */