diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-14 12:44:16 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-14 12:44:16 +1000 |
| commit | 3bf2762fc146977f36f5d2c6d1ca2fd8c5f60861 (patch) | |
| tree | 1e877e923a9b215bde0940f13f77e0fb9a8f0a72 /src/common.c | |
| parent | dcbd6b5948017e8763b60bb7e8c434c24a1df74c (diff) | |
chore(dbg): Add newline at end of ff_cleanup message
Diffstat (limited to 'src/common.c')
| -rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
