aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index eccb4c8..af98dfa 100644
--- a/src/log.c
+++ b/src/log.c
@@ -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];