add strict mode flag (enabled by default, can be disabled to ignore lines with parser...
[project/uci.git] / err.h
diff --git a/err.h b/err.h
index 078fdbe..82eba81 100644 (file)
--- a/err.h
+++ b/err.h
@@ -76,7 +76,7 @@
 #define UCI_INTERNAL(func, ctx, ...) do { \
        ctx->internal = true;           \
        func(ctx, __VA_ARGS__);         \
-} while (0);
+} while (0)
 
 /*
  * check the specified condition.