# HG changeset patch # User diego # Date 1199101914 0 # Node ID 3658234e099bb16cb48ccb904932c79394f588de # Parent 867ee1c2114b3589454a379b5d82dfc1e534c8c6 Fix typo in multiple inclusion guard comment. diff -r 867ee1c2114b -r 3658234e099b cpudetect.h --- 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 */