summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-06 12:57:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-06 12:57:26 +0000
commit64be034b0bf7f2d32a8394d9c12dc26b9f8f65df (patch)
tree9ccd8883e5df837574fea8d7ffcea4fe37575c55 /libvo
parentb93a11f93e156b2b5aac7bab82d603c605829b61 (diff)
downloadmpv-64be034b0bf7f2d32a8394d9c12dc26b9f8f65df.tar.bz2
mpv-64be034b0bf7f2d32a8394d9c12dc26b9f8f65df.tar.xz
cosmetics: Whitespace changes, add comments to some #endif directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25623 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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 */