summaryrefslogtreecommitdiffstats
path: root/Primitives/interface
diff options
context:
space:
mode:
Diffstat (limited to 'Primitives/interface')
-rw-r--r--Primitives/interface/Errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Primitives/interface/Errors.h b/Primitives/interface/Errors.h
index 93dc2763..8a4ade37 100644
--- a/Primitives/interface/Errors.h
+++ b/Primitives/interface/Errors.h
@@ -149,7 +149,7 @@ do{ \
#else
-#define DEV_CHECK_ERR(Expr, ...) do{}while(false)
+#define DEV_CHECK_ERR(Expr, ...) do{}while(false)
#define DEV_CHECK_WARN(Expr, ...) do{}while(false)
#define DEV_CHECK_INFO(Expr, ...) do{}while(false)