From d666c271bec412d700298200dbff22102c2bdd63 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sun, 25 Feb 2024 15:11:23 -0800 Subject: Simpler error logging API. --- error/src/error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'error/src') diff --git a/error/src/error.c b/error/src/error.c index ccd850d..81fb056 100644 --- a/error/src/error.c +++ b/error/src/error.c @@ -1,5 +1,5 @@ #include "error.h" -xlstring gfx_error; +xlstring g_error; -const char* get_error(void) { return xlstring_cstr(&gfx_error); } +const char* get_error(void) { return xlstring_cstr(&g_error); } -- cgit v1.2.3