summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/formats/studio2_st2.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-09-15 21:47:30 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-09-15 21:47:30 +0000
commitab97dc30efdd5cc1abf8c65b8ce29af364219167 (patch)
tree5ab46b3c21f6e0e4173a79a4151e019b3f2dc17e /src/mess/formats/studio2_st2.c
parentd1da89cc7817315f05269205a3f56d36ebba170b (diff)
First pass at modernizing struct definitions.
Diffstat (limited to 'src/mess/formats/studio2_st2.c')
-rw-r--r--src/mess/formats/studio2_st2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/formats/studio2_st2.c b/src/mess/formats/studio2_st2.c
index 0f591e0687b..fff9ec1026f 100644
--- a/src/mess/formats/studio2_st2.c
+++ b/src/mess/formats/studio2_st2.c
@@ -22,8 +22,7 @@
TYPE DEFINITIONS
***************************************************************************/
-typedef struct _st2_header st2_header;
-struct _st2_header
+struct st2_header
{
UINT8 header[4]; /* "RCA2" in ASCII code */
UINT8 blocks; /* Total number of 256 byte blocks in file (including this one) */