diff options
Diffstat (limited to 'src/ipsw.h')
-rw-r--r-- | src/ipsw.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ typedef struct { typedef struct { int index; - const char* name; + char* name; unsigned int size; unsigned char* data; } ipsw_file; |