diff options
author | NRK <nrk@disroot.org> | 2021-12-25 08:09:54 +0600 |
---|---|---|
committer | N-R-K <79544946+N-R-K@users.noreply.github.com> | 2022-01-06 17:53:02 +0000 |
commit | 80ada33c66045b1e9cff70864000b35e4c3c93ec (patch) | |
tree | b8fc85152be9c63399e0f1e4791dec0dd1b025cb | |
parent | 5a3fb3b8123a1c6cee677062587d0f18d8797f8f (diff) |
fix tcc warning
-rw-r--r-- | commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ bool cg_quit(arg_t status) } } exit(status); + return None; /* silence tcc warning */ } bool cg_switch_mode(arg_t _) |