diff options
Diffstat (limited to 'src/help.c')
| -rw-r--r-- | src/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ #include "help.h" #include "vars.h" -void help() { +void help(void) { if (is_verbose) { printf("%s , \n", bold_magenta); printf("%s / \\ \n", bold_magenta); |
