1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 02:09:52 +00:00

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
This commit is contained in:
diego 2008-01-01 20:00:20 +00:00
parent 828f16740d
commit d53ff2ca72
4 changed files with 5 additions and 5 deletions

View File

@ -107,5 +107,5 @@ typedef struct {
int mp4_parse_esds(unsigned char *data, int datalen, esds_t *esds);
void mp4_free_esds(esds_t *esds);
#endif /* !PARSE_MP4_H */
#endif /* PARSE_MP4_H */

View File

@ -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 */

View File

@ -6,4 +6,5 @@ extern char *vo_geometry;
extern int geometry_wh_changed;
extern int geometry_xy_changed;
int geometry(int *xpos, int *ypos, int *widw, int *widh, int scrw, int scrh);
#endif /* !GEOMETRY_H */
#endif /* GEOMETRY_H */

View File

@ -15,5 +15,4 @@
#define MANGLE(a) #a
#endif
#endif /* !MANGLE_H */
#endif /* MANGLE_H */