(libco) Small style nit

This commit is contained in:
twinaphex 2018-01-31 09:15:19 +01:00
parent 1f7649bfd8
commit b1732efd03

View File

@ -35,7 +35,7 @@ extern "C" {
0xe12fff1e, /* bx lr */
};
static void co_init()
static void co_init(void)
{
int ret;
void *base;