From 3bf2762fc146977f36f5d2c6d1ca2fd8c5f60861 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Tue, 14 Apr 2026 12:44:16 +1000 Subject: chore(dbg): Add newline at end of ff_cleanup message --- src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/common.c b/src/common.c index 9307889..bde1bac 100644 --- a/src/common.c +++ b/src/common.c @@ -32,7 +32,7 @@ ff_ctx* ff_init(ff_allocator* allocator) void ff_cleanup(ff_ctx *ctx) { if (!ctx) return; - ff_dprintf(ctx, "goodbye from tinyff ;]"); + ff_dprintf(ctx, "goodbye from tinyff ;]\n"); ctx->allocator.ff_free(ctx); } -- cgit v1.2.3