diff cfg-mplayer.h @ 26126:4d7f8b0bebe7

Add comments to #endif preprocessor directives.
author diego
date Tue, 04 Mar 2008 19:34:56 +0000
parents 4129c8cfa742
children a48df598c055
line wrap: on
line diff
--- a/cfg-mplayer.h	Tue Mar 04 19:30:35 2008 +0000
+++ b/cfg-mplayer.h	Tue Mar 04 19:34:56 2008 +0000
@@ -352,7 +352,7 @@
 	{"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"