mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-06-17 04:16:48 -07:00
dashboard/filedialog: fix padding violation
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user