@ -753,7 +753,7 @@ void parse_config_file (void)
bb++;
// get state
switch (*bb) {
case EOF:
case (int)EOF:
case '\0':
// If it is the end of the last block exit
if (exit_state > 1)
@ -1,4 +1,4 @@
CC = gcc
CC ?= gcc
CFLAGS = -Wall -Werror -pedantic --std=c99 -O2
VERSION = 0.3
PREFIX = /usr/local