summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/c-constants-gen.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/c-constants-gen.py b/tools/c-constants-gen.py
index c74d4fdc9..4cba640c2 100644
--- a/tools/c-constants-gen.py
+++ b/tools/c-constants-gen.py
@@ -101,8 +101,7 @@ extern "C" {
enum.getAttribute('name') + 's'
self.d("""\
/**
- *
-%s:
+ * %s:
""" % (self.prefix + name).replace('_', ''))
vals = get_by_path(enum, 'enumvalue')
for val in vals: