gdbus-codegen: Use the right program name in introductory comment

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen 2011-04-15 08:40:52 -04:00
parent 9e9535b45c
commit c76a1f9905

View File

@ -51,7 +51,7 @@ class CodeGenerator:
def generate_intro(self):
self.c.write('/*\n'
' * Generated by gdbus-codegen.py %s. DO NOT EDIT.\n'
' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
' */\n'
'\n'
%(config.VERSION))