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/mflash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash/mflash.c') diff --git a/src/flash/mflash.c b/src/flash/mflash.c index 5a9b7c35..54578da3 100644 --- a/src/flash/mflash.c +++ b/src/flash/mflash.c @@ -706,7 +706,7 @@ COMMAND_HANDLER(mg_write_cmd) { uint32_t address, buf_cnt, cnt, res, i; uint8_t *buffer; - fileio_t fileio; + struct fileio fileio; int ret; if (argc != 3) { @@ -770,7 +770,7 @@ COMMAND_HANDLER(mg_dump_cmd) { uint32_t address, size_written, size, cnt, res, i; uint8_t *buffer; - fileio_t fileio; + struct fileio fileio; int ret; if (argc != 4) { -- cgit v1.2.3