option: Remove shadowing opt decl from qemu_opt_print()
commitda78e382dddc499882120590ae0ac834881a96b8
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 5 Oct 2017 19:07:25 +0000 (5 20:07 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 20 Dec 2017 08:11:50 +0000 (20 09:11 +0100)
tree22423ee09c67719a6befd3e3a52651e84cbb713c
parent7ad9270ee21fdf0262a44ebf7e280c6a85022ced
option: Remove shadowing opt decl from qemu_opt_print()

opt was declared as a separate local inside the last loop,
shadowing the local at the top of the function.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20171005190725.18712-1-dgilbert@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
util/qemu-option.c