diff options
author | nathan <nathansmith@disroot.org> | 2025-07-12 00:55:42 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-12 00:55:42 +0000 |
commit | 47b7fa79e792339bf161a2877d2af10a885b255b (patch) | |
tree | a94a19362a6953c5af0e401317641f916b2e56cd /src/utils.h | |
parent | 93f8122959df62c82c455dee4c8bb6d138e7337d (diff) | |
download | FindThings-47b7fa79e792339bf161a2877d2af10a885b255b.tar.gz FindThings-47b7fa79e792339bf161a2877d2af10a885b255b.tar.bz2 FindThings-47b7fa79e792339bf161a2877d2af10a885b255b.zip |
UGGGGGGGG
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index f660b66..1c78b45 100644 --- a/src/utils.h +++ b/src/utils.h @@ -27,7 +27,7 @@ // Errors. #define ALLOCATION_ERROR TraceLog(LOG_ERROR, "Allocation error in %s:%d", \ - __FILE__, __LINE__); + __FILE__, __LINE__) typedef struct Game Game; |