summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-07-02 18:26:55 +0200
committerwm4 <wm4@nowhere>2016-07-02 18:26:55 +0200
commit1298c29dc7cb78d2f7375cf7e1667e7bc129cc09 (patch)
tree6766fab53e412aa1434b109559e9f86a00d95b87 /player
parent76a73a0a5d91f95fd2fb6303aca5bb6bc2ada127 (diff)
downloadmpv-1298c29dc7cb78d2f7375cf7e1667e7bc129cc09.tar.bz2
mpv-1298c29dc7cb78d2f7375cf7e1667e7bc129cc09.tar.xz
player: add missing space to error message
Diffstat (limited to 'player')
-rw-r--r--player/main.c2
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;
}