mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 18:36:09 +00:00
Missing space in error message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31083 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2d8e13c4ea
commit
63c3c67294
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user