qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 15/17] qapi: lack of two commas in dict


From: Michael Tokarev
Subject: [Qemu-devel] [PULL 15/17] qapi: lack of two commas in dict
Date: Sat, 22 Jun 2013 13:24:34 +0400

From: Amos Kong <address@hidden>

Signed-off-by: Amos Kong <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 qapi-schema.json |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index a80ee40..6cc07c2 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -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' ] }
 
 ##
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]