]> Git Repo - qemu.git/blobdiff - hw/net/smc91c111.c
rtl8139: fix Pointer to local outside scope
[qemu.git] / hw / net / smc91c111.c
index a8e29b3b424cceee6a66af09f4d8a1a706d2dcb9..d1dca8f4e2ea9e7e2ccbc1cb6cd0982ccecfd96f 100644 (file)
@@ -54,7 +54,7 @@ static const VMStateDescription vmstate_smc91c111 = {
     .name = "smc91c111",
     .version_id = 1,
     .minimum_version_id = 1,
-    .fields      = (VMStateField []) {
+    .fields = (VMStateField[]) {
         VMSTATE_UINT16(tcr, smc91c111_state),
         VMSTATE_UINT16(rcr, smc91c111_state),
         VMSTATE_UINT16(cr, smc91c111_state),
This page took 0.022548 seconds and 4 git commands to generate.