summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 8b8a406..cdce7c5 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -7522,7 +7522,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
Section *section = nil;
int index = [indexPath row];
if (![self isEditing]) {
- index -= 1;
+ index -= 1;
if (index >= 0)
section = [filtered_ objectAtIndex:index];
} else {