summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 9b50ae444a..166ed2b7d1 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -688,11 +688,11 @@ static char* select_bookmark(const char* bookmark_file_name)
688 while (button_get(false)); /* clear button queue */ 688 while (button_get(false)); /* clear button queue */
689 break; 689 break;
690 690
691 case SETTINGS_DEC: 691 case SETTINGS_INC:
692 bookmark_id--; 692 bookmark_id--;
693 break; 693 break;
694 694
695 case SETTINGS_INC: 695 case SETTINGS_DEC:
696 bookmark_id++; 696 bookmark_id++;
697 break; 697 break;
698 698