summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/main.c')
-rw-r--r--rbutil/sansapatcher/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/main.c b/rbutil/sansapatcher/main.c
index 985e1b7262..743ebfedbd 100644
--- a/rbutil/sansapatcher/main.c
+++ b/rbutil/sansapatcher/main.c
@@ -155,7 +155,7 @@ int main(int argc, char* argv[])
155 return 1; 155 return 1;
156 } 156 }
157 157
158 if (sansa_alloc_buffer(&sansa_sectorbuf,BUFFER_SIZE) < 0) { 158 if (sansa_alloc_buffer(&sansa, BUFFER_SIZE) < 0) {
159 fprintf(stderr,"Failed to allocate memory buffer\n"); 159 fprintf(stderr,"Failed to allocate memory buffer\n");
160 } 160 }
161 161