aboutsummaryrefslogtreecommitdiff
path: root/msg
diff options
context:
space:
mode:
Diffstat (limited to 'msg')
-rw-r--r--msg/templates/msg.h.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg/templates/msg.h.template b/msg/templates/msg.h.template
index f60001b55..5fce506b6 100644
--- a/msg/templates/msg.h.template
+++ b/msg/templates/msg.h.template
@@ -82,7 +82,7 @@ for field in spec.parsed_fields():
}@
@# Constants
@[for constant in spec.constants]@
-#define @(constant.name) = @(int(constant.val))
+#define @(constant.name) @(int(constant.val))
@[end for]
/**