aboutsummaryrefslogtreecommitdiff
path: root/sky/struc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/struc.h')
-rw-r--r--sky/struc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sky/struc.h b/sky/struc.h
index 2e111a5d86..24b8661823 100644
--- a/sky/struc.h
+++ b/sky/struc.h
@@ -19,7 +19,7 @@
*
*/
-typedef struct dataFileHeader
+struct dataFileHeader
{
uint16 flag; // bit 0: set for colour data, clear for not
// bit 1: set for compressed, clear for uncompressed
@@ -34,5 +34,5 @@ typedef struct dataFileHeader
uint16 s_offset_x;
uint16 s_offset_y;
uint16 s_compressed_size;
-}s;
+};