fileio_t -> struct fileio
Remove useless structure typedef.
This commit is contained in:
+1
-1
@@ -622,7 +622,7 @@ COMMAND_HANDLER(lpc2900_handle_read_custom_command)
|
||||
target_write_u32( target, FCTR, FCTR_FS_CS | FCTR_FS_WEB );
|
||||
|
||||
/* Try and open the file */
|
||||
fileio_t fileio;
|
||||
struct fileio fileio;
|
||||
const char *filename = args[1];
|
||||
int ret = fileio_open( &fileio, filename, FILEIO_WRITE, FILEIO_BINARY );
|
||||
if( ret != ERROR_OK )
|
||||
|
||||
Reference in New Issue
Block a user