[MPlayer-cvslog] r31083 - trunk/libvo/gl_common.c
reimar
subversion at mplayerhq.hu
Sun Apr 25 12:12:39 CEST 2010
Author: reimar
Date: Sun Apr 25 12:12:39 2010
New Revision: 31083
Log:
Missing space in error message.
Modified:
trunk/libvo/gl_common.c
Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c Sun Apr 25 12:09:01 2010 (r31082)
+++ trunk/libvo/gl_common.c Sun Apr 25 12:12:39 2010 (r31083)
@@ -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;
More information about the MPlayer-cvslog
mailing list