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:
parent
6790f59da3
commit
ad0f171e25
@ -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' ] }
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user