fileio_t -> struct fileio

Remove useless structure typedef.
This commit is contained in:
Zachary T Welch
2009-11-13 03:08:29 -08:00
parent f59ec2043b
commit 9f212b01be
11 changed files with 40 additions and 41 deletions

View File

@@ -2493,7 +2493,7 @@ COMMAND_HANDLER(handle_load_image_command)
COMMAND_HANDLER(handle_dump_image_command)
{
fileio_t fileio;
struct fileio fileio;
uint8_t buffer[560];
int retvaltemp;