From 87e0d4b3d23a7eb38f0e196eac333c318fef27ea Mon Sep 17 00:00:00 2001 From: c Date: Sat, 27 Jan 2024 22:58:23 -0500 Subject: Added string parsing, and tests for more blocks. cool bug on window rn --- src/include/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/util.h b/src/include/util.h index 15f862e..839d3e4 100644 --- a/src/include/util.h +++ b/src/include/util.h @@ -8,7 +8,7 @@ /* Log some debug information. */ void log_dbg(const char*, ...); -/* Log some congratulatory information. */ +/* c: */ void log_yay(const char*, ...); /* Log some information. */ void log_inf(const char*, ...); -- cgit v1.2.3