Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Oct 20, 2024
1 parent e9fe3c3 commit c68271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit c68271b

Please sign in to comment.