qapi: Fix the virtual walk example in visitor.h's big comment
commit294c90662ac9daae2c3bbf608296cf037925bd95
authorMarkus Armbruster <armbru@redhat.com>
Fri, 24 Apr 2020 08:43:25 +0000 (24 10:43 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 30 Apr 2020 04:51:15 +0000 (30 06:51 +0200)
tree55275800f01bf6c241c8bdfb6e608fd826b460a6
parent3777d36e674ca3b75b63413b4fb506b108309144
qapi: Fix the virtual walk example in visitor.h's big comment

Call visit_check_list().  Missed in commit a4a1c70dc7 "qapi: Make
input visitors detect unvisited list tails".

Drop an irrelevant error_propagate() while there.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200424084338.26803-3-armbru@redhat.com>
include/qapi/visitor.h