summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/cassimg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/cassimg.h')
-rw-r--r--src/lib/formats/cassimg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/formats/cassimg.h b/src/lib/formats/cassimg.h
index 9f665ff0d42..fd34c91dbaf 100644
--- a/src/lib/formats/cassimg.h
+++ b/src/lib/formats/cassimg.h
@@ -91,7 +91,7 @@ struct CassetteInfo
size_t sample_count;
};
-struct _cassette_image
+struct cassette_image
{
const struct CassetteFormat *format;
struct io_generic io;
@@ -106,8 +106,6 @@ struct _cassette_image
size_t sample_count;
};
-typedef struct _cassette_image cassette_image;
-
struct CassetteFormat
{
const char *extensions;