player: remove empty line from --version

This commit is contained in:
llyyr
2024-07-19 01:53:04 +05:30
committed by Kacper Michajłow
parent ed77616f29
commit 127b6a3455

View File

@@ -153,7 +153,6 @@ void mp_print_version(struct mp_log *log, int always)
mp_msg(log, v, " built on %s\n", mpv_builddate);
mp_msg(log, v, "libplacebo version: %s\n", PL_VERSION);
check_library_versions(log, v);
mp_msg(log, v, "\n");
// Only in verbose mode.
if (!always) {
mp_msg(log, MSGL_V, "Configuration: " CONFIGURATION "\n");