Skip to content

Commit e5ae89a

Browse files
committed
ci: test
1 parent 180aeb9 commit e5ae89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

player/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ int mp_initialize(struct MPContext *mpctx, char **options)
344344
mp_msg_set_early_logging(mpctx->global, true);
345345
mp_update_logging(mpctx, true);
346346

347-
if (options) {
347+
if (options ) {
348348
MP_VERBOSE(mpctx, "Command line options:");
349349
for (int i = 0; options[i]; i++)
350350
MP_VERBOSE(mpctx, " '%s'", options[i]);

0 commit comments

Comments
 (0)