aboutsummaryrefslogtreecommitdiff
path: root/src/include/util.h
diff options
context:
space:
mode:
authorc2024-01-27 22:58:23 -0500
committerc2024-01-27 22:58:23 -0500
commit87e0d4b3d23a7eb38f0e196eac333c318fef27ea (patch)
treece3b2cee903b7022e57a558f4725fed2b58e2813 /src/include/util.h
parentf48c3a6cb320c897ca7477af17f8e5eb7447fd72 (diff)
Added string parsing, and tests for more blocks.
cool bug on window rn
Diffstat (limited to 'src/include/util.h')
-rw-r--r--src/include/util.h2
1 files changed, 1 insertions, 1 deletions
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*, ...);