瀏覽代碼

Update suica.c

zinongli 11 月之前
父節點
當前提交
231cab52bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {
                         model->entry--;
-                    }
+                    } 
                     suica_parse(model);
                     FURI_LOG_I(TAG, "Viewing entry %d", model->entry);
                 },