summaryrefslogtreecommitdiffstats
path: root/mangle.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:00:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:00:20 +0000
commitd53ff2ca729188a63a99d3d3390054ad6fad9572 (patch)
treeb48ed43be060d6624b83b688b1a02bd10adf3ae5 /mangle.h
parent828f16740ddc47fc268ae5c309a103bf7ec2d1c5 (diff)
downloadmpv-d53ff2ca729188a63a99d3d3390054ad6fad9572.tar.bz2
mpv-d53ff2ca729188a63a99d3d3390054ad6fad9572.tar.xz
Consistently use just the name of the #ifdef directive in #endif comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25574 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mangle.h')
-rw-r--r--mangle.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mangle.h b/mangle.h
index e568beba13..1a3368adcc 100644
--- a/mangle.h
+++ b/mangle.h
@@ -15,5 +15,4 @@
#define MANGLE(a) #a
#endif
-#endif /* !MANGLE_H */
-
+#endif /* MANGLE_H */