summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpdemux/parse_mp4.h2
-rw-r--r--libvo/font_load.h2
-rw-r--r--libvo/geometry.h3
-rw-r--r--mangle.h3
4 files changed, 5 insertions, 5 deletions
diff --git a/libmpdemux/parse_mp4.h b/libmpdemux/parse_mp4.h
index 6bd404c51b..9173d36a86 100644
--- a/libmpdemux/parse_mp4.h
+++ b/libmpdemux/parse_mp4.h
@@ -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 */
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 */
diff --git a/libvo/geometry.h b/libvo/geometry.h
index 261ae4d64b..da4026a166 100644
--- a/libvo/geometry.h
+++ b/libvo/geometry.h
@@ -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 */
diff --git a/mangle.h b/mangle.h
index e568beba13..1a3368adcc 100644
--- a/mangle.h
+++ b/mangle.h
@@ -15,5 +15,4 @@
#define MANGLE(a) #a
#endif
-#endif /* !MANGLE_H */
-
+#endif /* MANGLE_H */