summaryrefslogtreecommitdiffstats
path: root/src/file_prc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_prc.c')
-rw-r--r--src/file_prc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_prc.c b/src/file_prc.c
index bd383f98..3177ce1a 100644
--- a/src/file_prc.c
+++ b/src/file_prc.c
@@ -51,7 +51,7 @@ static void register_header_check_prc(file_stat_t *file_stat)
register_header_check(0x30, prc_header,sizeof(prc_header), &header_check_prc, file_stat);
}
-typedef struct DatabaseHdrType_s {
+struct DatabaseHdrType_s {
unsigned char name[32];
uint16_t attributes; /* 0x20 */
uint32_t creationDate; /* 0x22 */