summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-11 16:08:36 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-11 16:08:36 +0000
commiteee729121ed0c07619bd5cde2bbe0092f106ec86 (patch)
tree0a2c3c0eb853999b01a06b938d38093bcd9f12ee /cfg-common.h
parentd505a5d1b1089df4fa57f6cda54f071d07dd9d49 (diff)
downloadmpv-eee729121ed0c07619bd5cde2bbe0092f106ec86.tar.bz2
mpv-eee729121ed0c07619bd5cde2bbe0092f106ec86.tar.xz
added new-lines to TYPE_PRINT options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3461 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 142c2a1db6..9e66277b34 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -4,7 +4,7 @@
#ifdef USE_STREAM_CACHE
{"cache", &stream_cache_size, CONF_TYPE_INT, CONF_RANGE, 4, 65536},
#else
- {"cache", "MPlayer was compiled WITHOUT cache2 support", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
+ {"cache", "MPlayer was compiled WITHOUT cache2 support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
#endif
#ifdef HAVE_VCD
{"vcd", &vcd_track, CONF_TYPE_INT, CONF_RANGE, 1, 99},
@@ -80,14 +80,14 @@
#ifdef HAVE_ODIVX_POSTPROCESS
{"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1},
#else
- {"oldpp", "MPlayer was compiled without opendivx library", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
+ {"oldpp", "MPlayer was compiled without opendivx library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
#endif
{"sws", &sws_flags, CONF_TYPE_INT, 0, 0, 2},
#ifdef USE_TV
{"tv", tvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},
#else
- {"tv", "MPlayer was compiled without TV Interface support", CONF_TYPE_PRINT, 0, 0, 0},
+ {"tv", "MPlayer was compiled without TV Interface support\n", CONF_TYPE_PRINT, 0, 0, 0},
#endif
#else