qapi: use valid JSON in schema

* qapi-schema.json: JSON doesn't allow trailing commas.

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Eric Blake 2013-04-10 13:12:44 -06:00 committed by Luiz Capitulino
parent 315f9e1a8f
commit c85a128480
1 changed files with 1 additions and 1 deletions

View File

@ -1600,7 +1600,7 @@
##
{ 'union': 'BlockdevAction',
'data': {
'blockdev-snapshot-sync': 'BlockdevSnapshot',
'blockdev-snapshot-sync': 'BlockdevSnapshot'
} }
##