mirror of https://github.com/mpv-player/mpv
player: add missing space to error message
This commit is contained in:
parent
76a73a0a5d
commit
1298c29dc7
|
@ -425,7 +425,7 @@ int mp_initialize(struct MPContext *mpctx, char **options)
|
|||
MP_FATAL(mpctx, "\nmpv was compiled against a different version of "
|
||||
"FFmpeg/Libav than the shared\nlibrary it is linked against. "
|
||||
"This is most likely a broken build and could\nresult in "
|
||||
"misbehavior and crashes.\n\nmpv does not support this"
|
||||
"misbehavior and crashes.\n\nmpv does not support this "
|
||||
"configuration and will not run - rebuild mpv instead.\n");
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue