diff options
Diffstat (limited to 'hw/tc6393xb_template.h')
-rw-r--r-- | hw/tc6393xb_template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tc6393xb_template.h b/hw/tc6393xb_template.h index 0f7694b36e..2c5fb674ea 100644 --- a/hw/tc6393xb_template.h +++ b/hw/tc6393xb_template.h @@ -36,7 +36,7 @@ #endif -static void glue(tc6393xb_draw_graphic, BITS)(struct tc6393xb_s *s) +static void glue(tc6393xb_draw_graphic, BITS)(TC6393xbState *s) { int i; int w_display; |