diff options
Diffstat (limited to 'rbutil/sansapatcher')
-rw-r--r-- | rbutil/sansapatcher/sansapatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/sansapatcher.c b/rbutil/sansapatcher/sansapatcher.c index eb6f7d12a5..e2e9c88936 100644 --- a/rbutil/sansapatcher/sansapatcher.c +++ b/rbutil/sansapatcher/sansapatcher.c @@ -527,8 +527,8 @@ int sansa_scan(struct sansa_t* sansa) } if (is_sansa(sansa) < 0) { - continue; sansa_close(sansa); + continue; } #ifdef __WIN32__ |