diff options
| -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); } |
