C89_BUILD fix
This commit is contained in:
parent
64dc7daeca
commit
a5e4ea2f33
|
@ -117,7 +117,8 @@ int32_t pad_connection_pad_init(joypad_connection_t *joyconn,
|
|||
}
|
||||
}
|
||||
|
||||
//We failed to find a matching pad, set up one without an iface
|
||||
/* We failed to find a matching pad,
|
||||
* set up one without an interface */
|
||||
if (!s->connected)
|
||||
{
|
||||
s->iface = NULL;
|
||||
|
|
Loading…
Reference in New Issue