Skip to content

Commit

Permalink
player/loadfile: remove blank line on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 authored and Dudemanguy committed Nov 8, 2023
1 parent 82451bd commit 051ba90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion player/loadfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,6 @@ static void play_current_file(struct MPContext *mpctx)
mpv_error_string(end_event.error), end_event.reason);
if (end_event.error == MPV_ERROR_UNKNOWN_FORMAT)
MP_ERR(mpctx, "Failed to recognize file format.\n");
MP_INFO(mpctx, "\n");

if (mpctx->playing)
playlist_entry_unref(mpctx->playing);
Expand Down

0 comments on commit 051ba90

Please sign in to comment.