mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qapi: Fix parse errors for removal of null from schema language
Commit 9d55380b5a
"qapi: Remove null from schema language" (v4.2.0)
neglected to update two error messages. Do that now.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210224101442.1837475-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
a0e61807a3
commit
0e92a19b8c
3 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
trailing-comma-list.json:2:36: expected '{', '[', string, boolean or 'null'
|
||||
trailing-comma-list.json:2:36: expected '{', '[', string, or boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue