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

@@ -812,7 +812,7 @@ COMMAND_HANDLER(handle_flash_write_bank_command)
uint32_t offset;
uint8_t *buffer;
uint32_t buf_cnt;
fileio_t fileio;
struct fileio fileio;
if (argc != 3)
return ERROR_COMMAND_SYNTAX_ERROR;