1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 12:17:12 +00:00

player/loadfile: remove blank line on exit

This commit is contained in:
Kacper Michajłow 2023-10-18 00:39:07 +02:00 committed by Dudemanguy
parent 82451bdf04
commit 051ba909b4

View File

@ -1919,7 +1919,6 @@ terminate_playback:
mpv_error_string(end_event.error), end_event.reason); mpv_error_string(end_event.error), end_event.reason);
if (end_event.error == MPV_ERROR_UNKNOWN_FORMAT) if (end_event.error == MPV_ERROR_UNKNOWN_FORMAT)
MP_ERR(mpctx, "Failed to recognize file format.\n"); MP_ERR(mpctx, "Failed to recognize file format.\n");
MP_INFO(mpctx, "\n");
if (mpctx->playing) if (mpctx->playing)
playlist_entry_unref(mpctx->playing); playlist_entry_unref(mpctx->playing);