From a87faf5b66fabb03cdf15a54185f15b91da779c2 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:43:02 -0800 Subject: image_binary_t -> struct image_binary Remove misleading typedef and redundant suffix from struct image_binary. --- src/target/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/image.h') diff --git a/src/target/image.h b/src/target/image.h index 746f3d24..b150b90c 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -67,10 +67,10 @@ typedef struct image_s uint32_t start_address; /* start address, if one is set */ } image_t; -typedef struct image_binary_s +struct image_binary { struct fileio fileio; -} image_binary_t; +}; typedef struct image_ihex_s { -- cgit v1.2.3