update kyaa

This commit is contained in:
Connor Olding 2016-10-31 06:32:12 -07:00
parent e901f29cf7
commit 1047eca9c0

2
kyaa.h
View File

@ -17,7 +17,7 @@
#define KYAA_SETUP \
/* dumb sanity checks */ \
if (argc <= 0 || argv == NULL || argv[0] == NULL || argv[0][0] == '\0') { \
if (argc <= 0 || argv == NULL || argv[0] == NULL) { \
fprintf(stderr, "You've met with a terrible fate.\n"); \
return KYAA_ERROR; \
} \