# HG changeset patch # User diego # Date 1199217620 0 # Node ID 917ae737b3d41d16b5367169b3684bf7e6b072dc # Parent 0acd5b6453fb686087929e24c96aaa130b1371ed Consistently use just the name of the #ifdef directive in #endif comments. diff -r 0acd5b6453fb -r 917ae737b3d4 libmpdemux/parse_mp4.h --- 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 */ diff -r 0acd5b6453fb -r 917ae737b3d4 libvo/font_load.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 */ diff -r 0acd5b6453fb -r 917ae737b3d4 libvo/geometry.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 */ diff -r 0acd5b6453fb -r 917ae737b3d4 mangle.h --- a/mangle.h Tue Jan 01 19:59:01 2008 +0000 +++ b/mangle.h Tue Jan 01 20:00:20 2008 +0000 @@ -15,5 +15,4 @@ #define MANGLE(a) #a #endif -#endif /* !MANGLE_H */ - +#endif /* MANGLE_H */