Browse Source

Update suica.c

zinongli 10 months ago
parent
commit
231cab52bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scenes/plugins/suica.c

+ 1 - 1
scenes/plugins/suica.c

@@ -406,7 +406,7 @@ static bool suica_history_input_callback(InputEvent* event, void* context) {
                 {
                 {
                     if(model->entry > 1) {
                     if(model->entry > 1) {
                         model->entry--;
                         model->entry--;
-                    }
+                    } 
                     suica_parse(model);
                     suica_parse(model);
                     FURI_LOG_I(TAG, "Viewing entry %d", model->entry);
                     FURI_LOG_I(TAG, "Viewing entry %d", model->entry);
                 },
                 },