# HG changeset patch # User diego # Date 1199624246 0 # Node ID 88e8649d97e05b445439192bd81ccfa8fd1597bb # Parent 8675513794e07af353a062d7a0474442d8c8e7d7 cosmetics: Whitespace changes, add comments to some #endif directives. diff -r 8675513794e0 -r 88e8649d97e0 libvo/sub.h --- a/libvo/sub.h Sun Jan 06 12:50:13 2008 +0000 +++ b/libvo/sub.h Sun Jan 06 12:57:26 2008 +0000 @@ -138,6 +138,6 @@ 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 -r 8675513794e0 -r 88e8649d97e0 libvo/video_out.h --- a/libvo/video_out.h Sun Jan 06 12:50:13 2008 +0000 +++ b/libvo/video_out.h Sun Jan 06 12:57:26 2008 +0000 @@ -239,7 +239,7 @@ 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_vfreq_str; extern char *monitor_dotclock_str; -#endif +#endif /* defined(HAVE_FBDEV) || defined(HAVE_VESA) */ #endif /* VIDEO_OUT_H */