cosmetics: Whitespace changes, add comments to some #endif directives.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-01-06 12:57:26 +00:00
parent b93a11f93e
commit 64be034b0b
2 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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 */