qapi: lack of two commas in dict

Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Amos Kong 2013-06-19 17:23:27 +08:00 committed by Michael Tokarev
parent 6790f59da3
commit ad0f171e25
1 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@
#
# Since: 1.4
##
{ 'enum': 'DataFormat'
{ 'enum': 'DataFormat',
'data': [ 'utf8', 'base64' ] }
##
@ -1595,7 +1595,7 @@
#
# Since: 1.1
##
{ 'enum': 'NewImageMode'
{ 'enum': 'NewImageMode',
'data': [ 'existing', 'absolute-paths' ] }
##