qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] qapi: lack of two commas in dict


From: Amos Kong
Subject: [Qemu-trivial] [PATCH] qapi: lack of two commas in dict
Date: Wed, 19 Jun 2013 17:23:28 +0800

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 128cc58..38acd25 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -388,7 +388,7 @@
 #
 # Since: 1.4
 ##
-{ 'enum': 'DataFormat'
+{ 'enum': 'DataFormat',
   'data': [ 'utf8', 'base64' ] }
 
 ##
@@ -1589,7 +1589,7 @@
 #
 # Since: 1.1
 ##
-{ 'enum': 'NewImageMode'
+{ 'enum': 'NewImageMode',
   'data': [ 'existing', 'absolute-paths' ] }
 
 ##
-- 
1.8.1.4




reply via email to

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