From 9ffc001bf21f4654871ced0378671509a34c8bb1 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Tue, 11 Apr 2023 19:17:36 -0400 Subject: Try to approximate if file is printeable --- include/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index f77e226..ddb86fc 100644 --- a/include/util.h +++ b/include/util.h @@ -4,7 +4,7 @@ void die(const char *message); -char *formatBytes(size_t bytes, float *rounded); +char *formatbytes(size_t bytes, float *rounded); int intlen(size_t i); #endif -- cgit v1.2.3