summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/sub.h2
-rw-r--r--libvo/video_out.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 0ca3b5a46b..ef66bb1944 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -138,6 +138,6 @@ unsigned utf8_get_char(const char **str);
void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
#endif
-#endif
+#endif /* 0 */
#endif /* MPLAYER_SUB_H */
diff --git a/libvo/video_out.h b/libvo/video_out.h
index db9a84c495..958689fc08 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -239,7 +239,7 @@ extern int vo_colorkey;
extern int WinID;
-#if defined(HAVE_FBDEV)||defined(HAVE_VESA)
+#if defined(HAVE_FBDEV) || defined(HAVE_VESA)
typedef struct {
float min;
@@ -253,6 +253,6 @@ extern char *monitor_hfreq_str;
extern char *monitor_vfreq_str;
extern char *monitor_dotclock_str;
-#endif
+#endif /* defined(HAVE_FBDEV) || defined(HAVE_VESA) */
#endif /* VIDEO_OUT_H */