summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 eb6f7d12a5..e2e9c88936 100644
--- a/rbutil/sansapatcher/sansapatcher.c
+++ b/rbutil/sansapatcher/sansapatcher.c
@@ -527,8 +527,8 @@ int sansa_scan(struct sansa_t* sansa)
527 } 527 }
528 528
529 if (is_sansa(sansa) < 0) { 529 if (is_sansa(sansa) < 0) {
530 continue;
531 sansa_close(sansa); 530 sansa_close(sansa);
531 continue;
532 } 532 }
533 533
534#ifdef __WIN32__ 534#ifdef __WIN32__