summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-08 10:11:05 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-08 10:11:05 +0000
commitb79f77d98bdbe150eb433e4dfb13b187b30de769 (patch)
tree823d44d434629e5fdd244b66b95c7e28f7c78e77 /cfg-mplayer.h
parentd6b0903b0347af16daf1475c279f966f4b5d99b9 (diff)
downloadmpv-b79f77d98bdbe150eb433e4dfb13b187b30de769.tar.bz2
mpv-b79f77d98bdbe150eb433e4dfb13b187b30de769.tar.xz
add newline
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9340 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 d7675c1327..393c1ad388 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -276,7 +276,7 @@ static config_t mplayer_opts[]={
{"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0, NULL},
// set fullscreen switch method (workaround for buggy WMs)
- {"fsmode", "option 'fsmode' is obsolete, avoid using it! if you really want it, try -fsmode-dontuse, but don't report bugs with this option used!", CONF_TYPE_PRINT, CONF_RANGE, 0, 31, NULL},
+ {"fsmode", "option 'fsmode' is obsolete, avoid using it! if you really want it, try -fsmode-dontuse, but don't report bugs with this option used!\n", CONF_TYPE_PRINT, CONF_RANGE, 0, 31, NULL},
{"fsmode-dontuse", &vo_fsmode, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
// set bpp (x11+vm, dga, fbdev, vesa, svga?)
{"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL},