dashboard/filedialog: fix padding violation

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2026-06-11 23:06:32 -04:00
parent 94cca0e48f
commit 8247ec9fe5
+1 -1
View File
@@ -33,7 +33,7 @@ extern "C"
bool just_opened;
char current_path[FILE_ENTRY_PATH_SIZE];
char selected_path[FILE_ENTRY_PATH_SIZE];
uint8_t pad[42];
uint8_t pad[46];
} bal_file_dialog_t;
static_assert(0 == sizeof(bal_file_dialog_t) % 64,