From 6bda8fe6ecb2e39519caa5a4a77ffe9bab441504 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 31 Dec 2007 11:51:54 +0000 Subject: Fix typo in multiple inclusion guard comment. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25558 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpudetect.h') diff --git a/cpudetect.h b/cpudetect.h index 27bc6b856f..eab872bbdc 100644 --- a/cpudetect.h +++ b/cpudetect.h @@ -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 */ -- cgit v1.2.3