summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-13 12:56:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-13 12:56:07 +0100
commit13a33ce1628ced2b54370dce06dabc5940efdd34 (patch)
treef28194af9a0027cdfd081b9de0f205ce07f5f887 /tools
parent2d2991d46fa150f38ac2a5090c45d64b5346391d (diff)
parent66d1a078e9d52791ad53db2ce7a94e817e86d12e (diff)
downloadtelepathy-glib-13a33ce1628ced2b54370dce06dabc5940efdd34.tar.gz
Merge branch 'telepathy-glib-0.18', rejecting non-fatal g-ir-scanner warnings
Conflicts: NEWS
Diffstat (limited to 'tools')
-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 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: