summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansapatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/sansapatcher.c')
-rw-r--r--rbutil/sansapatcher/sansapatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/sansapatcher.c b/rbutil/sansapatcher/sansapatcher.c
index 8d3191901a..015e5cbaf2 100644
--- a/rbutil/sansapatcher/sansapatcher.c
+++ b/rbutil/sansapatcher/sansapatcher.c
@@ -47,7 +47,7 @@ int sansa_verbose = 0;
47 and initialise it with sansa_alloc_buf() in main(). 47 and initialise it with sansa_alloc_buf() in main().
48*/ 48*/
49 49
50unsigned char* sansa_sectorbuf; 50unsigned char* sansa_sectorbuf = NULL;
51 51
52static off_t filesize(int fd) { 52static off_t filesize(int fd) {
53 struct stat buf; 53 struct stat buf;