diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ loglibver(void) /* Checks if the terminal supports colors */ static int -check_term_colors() +check_term_colors(void) { FILE *fp; char path[1024]; |