From 03b1c8d49ecd6cc4fa5439ab5d78cedb9890a7d3 Mon Sep 17 00:00:00 2001 From: Chandragupt Singh Date: Mon, 8 Jun 2026 22:44:30 +0530 Subject: [PATCH] ci: trigger sample platform test run --- src/lib_ccx/avc_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_ccx/avc_functions.c b/src/lib_ccx/avc_functions.c index f9349a42a..9a2be6b6c 100644 --- a/src/lib_ccx/avc_functions.c +++ b/src/lib_ccx/avc_functions.c @@ -23,7 +23,7 @@ void dinit_avc(struct avc_ctx **ctx) struct avc_ctx *lctx = *ctx; if (lctx->ccblocks_in_avc_lost > 0) { - mprint("Total caption blocks received: %d\n", lctx->ccblocks_in_avc_total); + mprint("Total caption blocks received: %d\n", lctx->ccblocks_in_avc_total); mprint("Total caption blocks lost: %d\n", lctx->ccblocks_in_avc_lost); } freep(&lctx->cc_data);