diff options
author | wm4 <wm4@nowhere> | 2016-07-02 18:26:55 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-07-02 18:26:55 +0200 |
commit | 1298c29dc7cb78d2f7375cf7e1667e7bc129cc09 (patch) | |
tree | 6766fab53e412aa1434b109559e9f86a00d95b87 | |
parent | 76a73a0a5d91f95fd2fb6303aca5bb6bc2ada127 (diff) |
player: add missing space to error message
-rw-r--r-- | player/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c index 7c06b5fed0..88b60e1937 100644 --- a/player/main.c +++ b/player/main.c @@ -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; } |