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]);