mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +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;
|
||||
#else
|
||||
for(;;)
|
||||
callback();
|
||||
while(status == LOOP_CONTINUE)
|
||||
status = callback();
|
||||
return status;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user