]> git.proxmox.com Git - mirror_qemu.git/blobdiff - scripts/qapi-event.py
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
[mirror_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()