Skip to content

Commit

Permalink
Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into staging
Browse files Browse the repository at this point in the history
* mdroth/qga-pull-1-14-2013-2:
  qga: add missing commas in json docs

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
  • Loading branch information
Anthony Liguori committed Jan 15, 2013
2 parents dd25f93 + 01b87f6 commit 2fd3402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qga/qapi-schema.json
Expand Up @@ -31,7 +31,7 @@
#
# Since: 1.1
# ##
{ 'command': 'guest-sync-delimited'
{ 'command': 'guest-sync-delimited',
'data': { 'id': 'int' },
'returns': 'int' }

Expand Down Expand Up @@ -69,7 +69,7 @@
#
# Since: 0.15.0
##
{ 'command': 'guest-sync'
{ 'command': 'guest-sync',
'data': { 'id': 'int' },
'returns': 'int' }

Expand Down

0 comments on commit 2fd3402

Please sign in to comment.