commit 72c81da2211f99cc7a7ccf493ca7bcb1d12782d5 parent 7c540a7eafb4d024976c9e24649a002528fbdc1f Author: hhvn <dev@hhvn.uk> Date: Fri, 15 Apr 2022 12:34:02 +0100 Add missing s2d_finish() to df Diffstat:
M | df.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/df.c b/df.c @@ -66,4 +66,5 @@ main(void) { s2d_print("%s%s", names[i], names[i+1] ? " " : ""); free(names[i]); } + s2d_finish(); }