diff options
Diffstat (limited to 'apps/bookmark.c')
-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() } pop_current_activity(); - return false; + return ret; } /* ----------------------------------------------------------------------- */ |