summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/formats/studio2_st2.c
diff options
context:
space:
mode:
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) */