Skip to content

Commit 03b1c8d

Browse files
committed
ci: trigger sample platform test run
1 parent 0632bff commit 03b1c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib_ccx/avc_functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void dinit_avc(struct avc_ctx **ctx)
2323
struct avc_ctx *lctx = *ctx;
2424
if (lctx->ccblocks_in_avc_lost > 0)
2525
{
26-
mprint("Total caption blocks received: %d\n", lctx->ccblocks_in_avc_total);
26+
mprint("Total caption blocks received: %d\n", lctx->ccblocks_in_avc_total);
2727
mprint("Total caption blocks lost: %d\n", lctx->ccblocks_in_avc_lost);
2828
}
2929
freep(&lctx->cc_data);

0 commit comments

Comments
 (0)