summaryrefslogtreecommitdiff
path: root/src/target/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/image.h')
-rw-r--r--src/target/image.h4
1 files changed, 2 insertions, 2 deletions
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
{