summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 11:51:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 11:51:54 +0000
commit6bda8fe6ecb2e39519caa5a4a77ffe9bab441504 (patch)
tree610066582afb66851dfe93b430758e870af039cc /cpudetect.h
parent496f7332a7b8dd28077a12dfe7d65289670f1c3d (diff)
downloadmpv-6bda8fe6ecb2e39519caa5a4a77ffe9bab441504.tar.bz2
mpv-6bda8fe6ecb2e39519caa5a4a77ffe9bab441504.tar.xz
Fix typo in multiple inclusion guard comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25558 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h3
1 files changed, 1 insertions, 2 deletions
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 */