Message ID | ede6ddd23d6cb80c65450dcf4549d79514e7be44.1299757795.git.quintela@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/hw/max111x.c b/hw/max111x.c index 2844665..3adc3e4 100644 --- a/hw/max111x.c +++ b/hw/max111x.c @@ -15,7 +15,7 @@ typedef struct { uint8_t tb1, rb2, rb3; int cycle; - int input[8]; + uint8_t input[8]; int inputs, com; } MAX111xState;
Signed-off-by: Juan Quintela <quintela@redhat.com> --- hw/max111x.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)