mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
More sonarlint work
This commit is contained in:
@@ -163,7 +163,7 @@ cdrom_interface_get_from_internal_name(char *s)
|
||||
int c = 0;
|
||||
|
||||
while (controllers[c].device != NULL) {
|
||||
if (!strcmp((char *) controllers[c].device->internal_name, s))
|
||||
if (!strcmp(controllers[c].device->internal_name, s))
|
||||
return c;
|
||||
c++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user