summaryrefslogtreecommitdiff
path: root/zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'zip.c')
-rw-r--r--zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zip.c b/zip.c
index 6e52d49..2025b35 100644
--- a/zip.c
+++ b/zip.c
@@ -43,7 +43,7 @@ struct SZIPFileHeader
s16 ExtraFieldLength;
} __attribute__((packed));
-u32 load_file_zip(char *filename)
+u32 load_file_zip(const char *filename)
{
struct SZIPFileHeader data;
char tmp[1024];