From c85a128480a3d05d2002728c449a32e32663e7de Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 10 Apr 2013 13:12:44 -0600 Subject: [PATCH] qapi: use valid JSON in schema * qapi-schema.json: JSON doesn't allow trailing commas. Signed-off-by: Eric Blake Signed-off-by: Luiz Capitulino --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index a184ce6..751d3c2 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1600,7 +1600,7 @@ ## { 'union': 'BlockdevAction', 'data': { - 'blockdev-snapshot-sync': 'BlockdevSnapshot', + 'blockdev-snapshot-sync': 'BlockdevSnapshot' } } ## -- 2.7.4