summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-04 19:34:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-04 19:34:56 +0000
commit3cd1f73f7043b907b4be6c501245a8279f28dc21 (patch)
treef714461e2b4345b505f4d0dc105bdb4014de5bc2 /cfg-mplayer.h
parent64ab68dc1d51e3cb7e0b1c1b2687aaea79e4c737 (diff)
downloadmpv-3cd1f73f7043b907b4be6c501245a8279f28dc21.tar.bz2
mpv-3cd1f73f7043b907b4be6c501245a8279f28dc21.tar.xz
Add comments to #endif preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26158 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 2bb8f5852b..afd6558e40 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -352,7 +352,7 @@ const m_option_t mplayer_opts[]={
{"tvscan", tvscan_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#else
{"tvscan", "MPlayer was compiled without TV interface support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
-#endif
+#endif /* USE_TV */
#define MAIN_CONF
#include "cfg-common.h"