]> Git Repo - qemu.git/blobdiff - scripts/qapi-event.py
qapi: Move detection of doc / expression name mismatch
[qemu.git] / scripts / qapi-event.py
index f4eb7f85b1a0b699403322240b3038cb2fa1e2b6..0485e39145e2281ce67db2017905d7cbf8789f88 100644 (file)
@@ -223,7 +223,7 @@ fdecl.write(mcgen('''
 ''',
                   prefix=prefix))
 
-event_enum_name = c_name(prefix + "QAPIEvent", protect=False)
+event_enum_name = c_name(prefix + 'QAPIEvent', protect=False)
 
 schema = QAPISchema(input_file)
 gen = QAPISchemaGenEventVisitor()
This page took 0.023154 seconds and 4 git commands to generate.