From a184cda744006d4a597ff5a23b67b635dd28c222 Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Sat, 22 May 2010 14:48:13 -0400 Subject: Started implementation of img3 file and tss_stitcher --- src/ipsw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipsw.h') 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; -- cgit v1.1-32-gdbae