From 9f212b01be20da43ba534ad33b20419779c89335 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 03:08:29 -0800 Subject: fileio_t -> struct fileio Remove useless structure typedef. --- src/flash/lpc2900.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/lpc2900.c') diff --git a/src/flash/lpc2900.c b/src/flash/lpc2900.c index 953a62a1..83593792 100644 --- a/src/flash/lpc2900.c +++ b/src/flash/lpc2900.c @@ -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 ) -- cgit v1.2.3