update kyaa
This commit is contained in:
parent
e901f29cf7
commit
1047eca9c0
1 changed files with 1 additions and 1 deletions
2
kyaa.h
2
kyaa.h
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
#define KYAA_SETUP \
|
#define KYAA_SETUP \
|
||||||
/* dumb sanity checks */ \
|
/* 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"); \
|
fprintf(stderr, "You've met with a terrible fate.\n"); \
|
||||||
return KYAA_ERROR; \
|
return KYAA_ERROR; \
|
||||||
} \
|
} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue