Compare commits

..

No commits in common. "3bd678d48e333045352b89ff06557d6c660a799a" and "d3f5e888e311e9d119d6361eab4f2c62eeffaf28" have entirely different histories.

2 changed files with 1 additions and 3 deletions

2
hkd.c
View File

@ -753,9 +753,7 @@ void parse_config_file (void)
bb++; bb++;
// get state // get state
switch (*bb) { switch (*bb) {
#if defined(__X86_64__) || defined(__i386__)
case EOF: case EOF:
#endif
case '\0': case '\0':
// If it is the end of the last block exit // If it is the end of the last block exit
if (exit_state > 1) if (exit_state > 1)

View File

@ -1,4 +1,4 @@
CC ?= gcc CC = gcc
CFLAGS = -Wall -Werror -pedantic --std=c99 -O2 CFLAGS = -Wall -Werror -pedantic --std=c99 -O2
VERSION = 0.3 VERSION = 0.3
PREFIX = /usr/local PREFIX = /usr/local