aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/src/cgeo/geocaching/cgData.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgData.java b/main/src/cgeo/geocaching/cgData.java
index b9adafe..3ec1d14 100644
--- a/main/src/cgeo/geocaching/cgData.java
+++ b/main/src/cgeo/geocaching/cgData.java
@@ -1515,7 +1515,7 @@ public class cgData {
cacheCache.putCacheInCache(cache);
caches.add(cache);
- } while (cursor.moveToNext());
+ }
return caches;
} finally {
cursor.close();