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:
Markus Armbruster 2021-02-24 11:14:42 +01:00
parent a0e61807a3
commit 0e92a19b8c
3 changed files with 6 additions and 6 deletions

View file

@ -1 +1 @@
trailing-comma-list.json:2:36: expected '{', '[', string, boolean or 'null'
trailing-comma-list.json:2:36: expected '{', '[', string, or boolean