diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/c-constants-gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c-constants-gen.py b/tools/c-constants-gen.py index 0bcaaf4fb..c74d4fdc9 100644 --- a/tools/c-constants-gen.py +++ b/tools/c-constants-gen.py @@ -67,7 +67,7 @@ extern "C" { flags.getAttribute('name') self.d("""\ /** -%s: + * %s: """ % (self.prefix + name).replace('_', '')) for flag in get_by_path(flags, 'flag'): self.do_gtkdoc(flag, value_prefix) |