From: Stephen Seo Date: Fri, 27 Dec 2024 13:24:15 +0000 (+0900) Subject: Fix formatting again (80-char limit) X-Git-Tag: 1.10^2~2 X-Git-Url: https://git.seodisparate.com/stephenseo/LD54_Box_Survival?a=commitdiff_plain;h=bd63b7c16e8178e210471b1a22df98cdd0906c54;p=SimpleArchiver Fix formatting again (80-char limit) --- diff --git a/src/archiver.c b/src/archiver.c index 823e79d..ebdf51c 100644 --- a/src/archiver.c +++ b/src/archiver.c @@ -194,7 +194,8 @@ int write_files_fn(void *data, void *ud) { if (!tmp_fd) { tmp_fd = tmpfile(); if (!tmp_fd) { - fprintf(stderr, "ERROR: Unable to create temp file for compressing!\n"); + fprintf(stderr, + "ERROR: Unable to create temp file for compressing!\n"); return 1; } } else {