From 1298c29dc7cb78d2f7375cf7e1667e7bc129cc09 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 2 Jul 2016 18:26:55 +0200 Subject: player: add missing space to error message --- player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/main.c') 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; } -- cgit v1.2.3