changeset 31041:42b4b532b86a

Missing space in error message.
author reimar
date Sun, 25 Apr 2010 10:12:39 +0000
parents 85809d9fdc95
children 91eb3b0b9b7a
files libvo/gl_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.c	Sun Apr 25 10:09:01 2010 +0000
+++ b/libvo/gl_common.c	Sun Apr 25 10:12:39 2010 +0000
@@ -1890,7 +1890,7 @@
 
 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;