small formatting change

master
MadcowOG 2023-02-21 17:07:07 -08:00
parent 36c2219a77
commit 3da57b6c26
1 changed files with 1 additions and 1 deletions

View File

@ -66,8 +66,8 @@ typedef struct {
void die(const char* fmt, ...);
void* ecalloc(size_t amnt, size_t size);
/* Logging functions */
extern void logln(const char* str);
extern void _logf(const char* fmt, ...);
/*