Browse Source

fix: consistent type

Struan Clark 1 năm trước cách đây
mục cha
commit
462c7fa9aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scenes/flipbip_scene_menu.c

+ 1 - 1
scenes/flipbip_scene_menu.c

@@ -22,7 +22,7 @@ void flipbip_scene_menu_on_enter(void* context) {
 
     if(flipbip_has_file(FlipBipFileKey, NULL, false) &&
        flipbip_has_file(FlipBipFileDat, NULL, false)) {
-        for(size_t coin_type = 0; coin_type < NUM_COINS; coin_type++) {
+        for(uint32_t coin_type = 0; coin_type < NUM_COINS; coin_type++) {
             char wallet_menu_item[17] = "View      wallet";
             strncpy(
                 wallet_menu_item + 5,