diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-01 20:00:20 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-01 20:00:20 +0000 |
commit | d53ff2ca729188a63a99d3d3390054ad6fad9572 (patch) | |
tree | b48ed43be060d6624b83b688b1a02bd10adf3ae5 /libvo/font_load.h | |
parent | 828f16740ddc47fc268ae5c309a103bf7ec2d1c5 (diff) | |
download | mpv-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 'libvo/font_load.h')
-rw-r--r-- | libvo/font_load.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/font_load.h b/libvo/font_load.h index 39242eab38..08a3c47d15 100644 --- a/libvo/font_load.h +++ b/libvo/font_load.h @@ -102,4 +102,4 @@ static int kerning(font_desc_t *desc, int prevc, int c) { return 0; } raw_file* load_raw(char *name,int verbose); font_desc_t* read_font_desc(const char* fname,float factor,int verbose); -#endif /* ! MPLAYER_FONT_LOAD_H */ +#endif /* MPLAYER_FONT_LOAD_H */ |