aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoritesController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPFavoritesController.m')
-rw-r--r--Source/SPFavoritesController.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPFavoritesController.m b/Source/SPFavoritesController.m
index 2c48823d..222dd119 100644
--- a/Source/SPFavoritesController.m
+++ b/Source/SPFavoritesController.m
@@ -44,7 +44,8 @@ static SPFavoritesController *sharedFavoritesController = nil;
{
@synchronized(self) {
return [[self sharedFavoritesController] retain];
- }
+ }
+ return nil;
}
- (id)init