summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/ipodpatcher/main.c')
-rw-r--r--rbutil/ipodpatcher/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/main.c b/rbutil/ipodpatcher/main.c
index 2d4ad3a796..12c38de704 100644
--- a/rbutil/ipodpatcher/main.c
+++ b/rbutil/ipodpatcher/main.c
@@ -164,7 +164,7 @@ int main(int argc, char* argv[])
164 return 1; 164 return 1;
165 } 165 }
166 166
167 if (ipod_alloc_buffer(&ipod_sectorbuf,BUFFER_SIZE) < 0) { 167 if (ipod_alloc_buffer(&ipod,BUFFER_SIZE) < 0) {
168 fprintf(stderr,"Failed to allocate memory buffer\n"); 168 fprintf(stderr,"Failed to allocate memory buffer\n");
169 } 169 }
170 170