Revision 60fe76f3 hw/fdc.c

b/hw/fdc.c
180 180
    uint8_t last_sect;
181 181
    uint8_t max_track;
182 182
    uint8_t max_head;
183
    const unsigned char *str;
183
    const char *str;
184 184
} fd_format_t;
185 185

  
186 186
static const fd_format_t fd_formats[] = {

Also available in: Unified diff