player: add missing space to error message

This commit is contained in:
wm4 2016-07-02 18:26:55 +02:00
parent 76a73a0a5d
commit 1298c29dc7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}