mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[c-host] update linux startup
This commit is contained in:
parent
836e8a5654
commit
0a3b1e930a
@ -33,7 +33,8 @@ struct osThreadHandle
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
int result = app_main();
|
||||
bool termSig = false;
|
||||
int result = app_main(&termSig);
|
||||
os_shmemUnmap();
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user