diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-01 20:11:08 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-01 20:11:08 +0000 |
commit | b88dc34b6f09b65c0fcfb8cd871b32f8483cbc49 (patch) | |
tree | a579f0a4f46597e7c74f181568c8bcfed1f1b183 /libvo | |
parent | 6b64884159a595bb0054b2364dbefc28667c3923 (diff) | |
download | mpv-b88dc34b6f09b65c0fcfb8cd871b32f8483cbc49.tar.bz2 mpv-b88dc34b6f09b65c0fcfb8cd871b32f8483cbc49.tar.xz |
consistency cosmetics: Do not #define multiple inclusion guards to 1.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25577 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_quartz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_quartz.h b/libvo/vo_quartz.h index 1364c22688..4213eaf2a1 100644 --- a/libvo/vo_quartz.h +++ b/libvo/vo_quartz.h @@ -27,7 +27,7 @@ */ #ifndef VO_QUARTZ_H -#define VO_QUARTZ_H 1 +#define VO_QUARTZ_H /* These are the Macintosh key scancode constants -- from Inside Macintosh */ #define QZ_ESCAPE 0x35 |