fix tcc warning

master
NRK 2021-12-25 08:09:54 +06:00 committed by N-R-K
parent 5a3fb3b812
commit 80ada33c66
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ bool cg_quit(arg_t status)
}
}
exit(status);
return None; /* silence tcc warning */
}
bool cg_switch_mode(arg_t _)