From 1e57f457b040fada62daeb67b96098c9e881bb59 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 27 Feb 2020 22:30:14 +0100 Subject: command: remove unintended newline This just made it print a blank line. --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/command.c b/player/command.c index a66c7bdf2f..8494903187 100644 --- a/player/command.c +++ b/player/command.c @@ -5092,7 +5092,7 @@ static void cmd_rescan_external_files(void *p) if (s && s->is_external) mp_switch_track(mpctx, STREAM_SUB, s, 0); - print_track_list(mpctx, "Track list:\n"); + print_track_list(mpctx, "Track list:"); } } -- cgit v1.2.3