summaryrefslogtreecommitdiff
path: root/inc/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/macros.h')
-rw-r--r--inc/macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/macros.h b/inc/macros.h
index eab1b41..d081869 100644
--- a/inc/macros.h
+++ b/inc/macros.h
@@ -52,7 +52,7 @@
#define c_max(x, y) (((x) >= (y)) ? (x) : (y))
#define c_min(x, y) (((x) <= (y)) ? (x) : (y))
-#define true 1;
-#define false 0;
+#define true 1
+#define false 0
#endif // MACROS_H