diff options
Diffstat (limited to 'error/src')
-rw-r--r-- | error/src/error.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | #include "error.h" | 1 | #include "error.h" |
2 | 2 | ||
3 | xlstring gfx_error; | 3 | xlstring g_error; |
4 | 4 | ||
5 | const char* get_error(void) { return xlstring_cstr(&gfx_error); } | 5 | const char* get_error(void) { return xlstring_cstr(&g_error); } |