mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
Fix linux build warning
This commit is contained in:
parent
d38cea4e7b
commit
7538ea5112
@ -29,8 +29,9 @@ loop(loop_status_t (*callback)(void))
|
|||||||
|
|
||||||
return LOOP_EXIT;
|
return LOOP_EXIT;
|
||||||
#else
|
#else
|
||||||
for(;;)
|
while(status == LOOP_CONTINUE)
|
||||||
callback();
|
status = callback();
|
||||||
|
return status;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user