C89_BUILD fix

This commit is contained in:
twinaphex 2016-12-24 01:46:51 +01:00
parent 64dc7daeca
commit a5e4ea2f33

View File

@ -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;