mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
player: add missing space to error message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user