From 1a4ff43a7ce4463e7b37f893ca185b055ec6fa9d Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:43:09 -0800 Subject: image_ihex_t -> struct image_ihex Remove misleading typedef and redundant suffix from struct image_ihex. --- 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 b150b90c..20d31518 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -72,11 +72,11 @@ struct image_binary struct fileio fileio; }; -typedef struct image_ihex_s +struct image_ihex { struct fileio fileio; uint8_t *buffer; -} image_ihex_t; +}; typedef struct image_memory_s { -- cgit v1.2.3