Loading apps/renderer.c +1 −1 Original line number Diff line number Diff line Loading @@ -313,7 +313,7 @@ static const CmdLnParser_Option cliOptions[] = { .id = CmdLnOptionId_syncMdDelay, .match = "sync_md_delay", .matchShort = "smd", .description = "Metadata Synchronization Delay in ms", .description = "Metadata Synchronization Delay in ms, Default is 0", }, #endif }; Loading Loading
apps/renderer.c +1 −1 Original line number Diff line number Diff line Loading @@ -313,7 +313,7 @@ static const CmdLnParser_Option cliOptions[] = { .id = CmdLnOptionId_syncMdDelay, .match = "sync_md_delay", .matchShort = "smd", .description = "Metadata Synchronization Delay in ms", .description = "Metadata Synchronization Delay in ms, Default is 0", }, #endif }; Loading