qemu-edid: drop cast
commitc7146542b18a07672cf1d322b4c7500786b56275
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 13 Oct 2020 09:16:15 +0000 (13 11:16 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 14 Oct 2020 04:05:56 +0000 (14 06:05 +0200)
tree9bd5d20351dc4dd35641113d7048b173c989ce44
parent96292515c07e3a99f5a29540ed2f257b1ff75111
qemu-edid: drop cast

Not needed and makes some compilers error out with:

qemu-edid.c:15:1: error: initializer element is not constant

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20201013091615.14166-1-kraxel@redhat.com
qemu-edid.c