diff options
author | Eric Blake <eblake@redhat.com> | 2013-01-02 09:15:11 -0700 |
---|---|---|
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | 2013-01-14 16:15:26 -0600 |
commit | 01b87f6d217ed05d5948562f74f5cf7b511a9c6c (patch) | |
tree | 07a686e17dc0599ed7b0ae452b7c81e9092f33ea /qga | |
parent | b8bec49cccbf8e34558371df60e7e64419c4fde9 (diff) |
qga: add missing commas in json docs
* qga/qapi-schema.json: Use valid JSON.
Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'qga')
-rw-r--r-- | qga/qapi-schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index ed0eb698c6..d91d903256 100644 --- a/qga/qapi-schema.json +++ b/qga/qapi-schema.json @@ -31,7 +31,7 @@ # # Since: 1.1 # ## -{ 'command': 'guest-sync-delimited' +{ 'command': 'guest-sync-delimited', 'data': { 'id': 'int' }, 'returns': 'int' } @@ -69,7 +69,7 @@ # # Since: 0.15.0 ## -{ 'command': 'guest-sync' +{ 'command': 'guest-sync', 'data': { 'id': 'int' }, 'returns': 'int' } |