From 7f037da2e3dd8a083b3e26b33c44ec62a6148cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sat, 19 Oct 2024 22:31:12 +0200 Subject: [PATCH] ci: test --- player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/main.c b/player/main.c index 8ed0f4d94df34..8eddcfd252a83 100644 --- a/player/main.c +++ b/player/main.c @@ -344,7 +344,7 @@ int mp_initialize(struct MPContext *mpctx, char **options) mp_msg_set_early_logging(mpctx->global, true); mp_update_logging(mpctx, true); - if (options) { + if (options ) { MP_VERBOSE(mpctx, "Command line options:"); for (int i = 0; options[i]; i++) MP_VERBOSE(mpctx, " '%s'", options[i]);