summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansaio-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/sansaio-posix.c')
-rw-r--r--rbutil/sansapatcher/sansaio-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/sansaio-posix.c b/rbutil/sansapatcher/sansaio-posix.c
index 9c3ec0403e..4c28afa1c2 100644
--- a/rbutil/sansapatcher/sansaio-posix.c
+++ b/rbutil/sansapatcher/sansaio-posix.c
@@ -86,7 +86,7 @@ int sansa_open(struct sansa_t* sansa, int silent)
86 if (!silent) { 86 if (!silent) {
87 fprintf(stderr,"[ERR] ioctl() call to get sector size failed, defaulting to %d\n" 87 fprintf(stderr,"[ERR] ioctl() call to get sector size failed, defaulting to %d\n"
88 ,sansa->sector_size); 88 ,sansa->sector_size);
89 } 89 }
90 } 90 }
91 return 0; 91 return 0;
92} 92}