summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 10:12:39 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 10:12:39 +0000
commit63c3c67294f6ab9b1d7644c15557975c7eb030f4 (patch)
tree715007c4af440752fa79b3da40b803059d45354f /libvo
parent2d8e13c4eaa22d5ef3d07a343aff4f564fe6f08c (diff)
downloadmpv-63c3c67294f6ab9b1d7644c15557975c7eb030f4.tar.bz2
mpv-63c3c67294f6ab9b1d7644c15557975c7eb030f4.tar.xz
Missing space in error message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31083 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index c37172b382..c8d949e689 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -1890,7 +1890,7 @@ static int dummy_check_events(void) {
static void dummy_update_xinerama_info(void) {
if (vo_screenwidth <= 0 || vo_screenheight <= 0) {
- mp_msg(MSGT_VO, MSGL_ERR, "You must specify the screen dimensions"
+ mp_msg(MSGT_VO, MSGL_ERR, "You must specify the screen dimensions "
"with -screenw and -screenh\n");
vo_screenwidth = 1280;
vo_screenheight = 768;