aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
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;