fix tcc warning

pull/167/head
NRK 3 years ago committed by N-R-K
parent 5a3fb3b812
commit 80ada33c66

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

Loading…
Cancel
Save