summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-09-15 22:30:30 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-09-15 22:30:30 +0000
commitcff1004165c7026532c4809099d4ebca31643cd5 (patch)
tree745dd217242b32aa6421431ed8bc6271a699f756 /src/lib
parent000f9d27eddb3edde72bc289d9d0a9ed678f6fbb (diff)
Pass 2 of struct modernization.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/formats/ace_tap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/ace_tap.h b/src/lib/formats/ace_tap.h
index 8d180a0255c..8b286473e48 100644
--- a/src/lib/formats/ace_tap.h
+++ b/src/lib/formats/ace_tap.h
@@ -11,7 +11,7 @@
#include "cassimg.h"
-typedef struct
+struct ace_tape_t
{
UINT8 hdr_type;
UINT8 hdr_name[10];
@@ -21,7 +21,7 @@ typedef struct
UINT8 hdr_3c4c;
UINT8 hdr_3c4d;
UINT16 dat_len;
-} ace_tape_t;
+};
CASSETTE_FORMATLIST_EXTERN(ace_cassette_formats);