Missed bits

This commit is contained in:
Jasmine Iwanek
2023-01-04 06:25:33 -05:00
parent fe86f67b2a
commit 48961b00a4
2 changed files with 5 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ typedef struct {
const char *file_filter;
const device_config_spinner_t spinner;
const device_config_selection_t selection[16];
const device_config_bios_t bios[32];
const device_config_bios_t bios[32];
} device_config_t;
typedef struct _device_ {