diff options
-rw-r--r-- | apps/bookmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index 9726970640..083942c342 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c | |||
@@ -160,7 +160,7 @@ bool bookmark_mrb_load() | |||
160 | } | 160 | } |
161 | 161 | ||
162 | pop_current_activity(); | 162 | pop_current_activity(); |
163 | return false; | 163 | return ret; |
164 | } | 164 | } |
165 | 165 | ||
166 | /* ----------------------------------------------------------------------- */ | 166 | /* ----------------------------------------------------------------------- */ |