diff options
-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 _) |
index : nsxiv | ||
neo simple X image viewer. | sinan@sinanmohd.com |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | commands.c | 1 |
@@ -63,6 +63,7 @@ bool cg_quit(arg_t status) } } exit(status); + return None; /* silence tcc warning */ } bool cg_switch_mode(arg_t _) |