Doc clarification.
This commit is contained in:
parent
19d1830bc4
commit
a656306c89
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ snxtitem(struct nstr_item *np, int type, s_char *str)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (*str == 0) {
|
if (*str == 0) {
|
||||||
/* str present, but only <cr>: nil string passed by player */
|
/* empty string passed by player */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (type == EF_NATION && isalpha(*str)) {
|
if (type == EF_NATION && isalpha(*str)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue