aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-01 11:51:53 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-01 11:51:53 +0200
commitee8086f0b82e34185522f01ad8124ee010c761bb (patch)
tree34d095feca86a8b1440eb7d8eec9ef17baa31e2d
parent18d52cd2c6846089350132109e94f3266227d1e9 (diff)
downloadlog-master.tar.gz
log-master.zip
Add `void` parameter to check_term_colors()HEADmaster
-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];