diff options
Diffstat (limited to 'tools/c-constants-gen.py')
-rw-r--r-- | tools/c-constants-gen.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/c-constants-gen.py b/tools/c-constants-gen.py index 12c43f2ad..c7a93d371 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: |