diff options
-rw-r--r-- | listen/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/listen/utils.c b/listen/utils.c index 91b29c7..8f522e5 100644 --- a/listen/utils.c +++ b/listen/utils.c @@ -81,7 +81,7 @@ void lprintf(int dtype, char *fmt, ...) int initcolor(void) { - if (!has_colors) + if (!has_colors()) return 0; initscr(); /* Start ncurses */ start_color(); /* Initialize color support */ |