Mercurial > mplayer.hg
changeset 25546:917ae737b3d4
Consistently use just the name of the #ifdef directive in #endif comments.
author | diego |
---|---|
date | Tue, 01 Jan 2008 20:00:20 +0000 |
parents | 0acd5b6453fb |
children | de09fcf0b4f1 |
files | libmpdemux/parse_mp4.h libvo/font_load.h libvo/geometry.h mangle.h |
diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/parse_mp4.h Tue Jan 01 19:59:01 2008 +0000 +++ b/libmpdemux/parse_mp4.h Tue Jan 01 20:00:20 2008 +0000 @@ -107,5 +107,5 @@ 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 */
--- a/libvo/font_load.h Tue Jan 01 19:59:01 2008 +0000 +++ b/libvo/font_load.h Tue Jan 01 20:00:20 2008 +0000 @@ -102,4 +102,4 @@ 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 */
--- a/libvo/geometry.h Tue Jan 01 19:59:01 2008 +0000 +++ b/libvo/geometry.h Tue Jan 01 20:00:20 2008 +0000 @@ -6,4 +6,5 @@ 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 */