IBM PS/1 Model 2011: No need to explicitly refer to the zeroth element of the config array.
This commit is contained in:
@@ -290,7 +290,7 @@ const device_t ps1_2011_device = {
|
||||
.available = NULL,
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = &ps1_2011_config[0]
|
||||
.config = &ps1_2011_config
|
||||
};
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user