summaryrefslogtreecommitdiffstats
path: root/src/ipsw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipsw.h')
-rw-r--r--src/ipsw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipsw.h b/src/ipsw.h
index 12a0985..5cbad19 100644
--- a/src/ipsw.h
+++ b/src/ipsw.h
@@ -30,7 +30,7 @@ typedef struct {
typedef struct {
int index;
- const char* name;
+ char* name;
unsigned int size;
unsigned char* data;
} ipsw_file;