diff --git a/src/lib/subs/snxtitem.c b/src/lib/subs/snxtitem.c index 553a150f..d3ba6bcc 100644 --- a/src/lib/subs/snxtitem.c +++ b/src/lib/subs/snxtitem.c @@ -66,7 +66,7 @@ snxtitem(struct nstr_item *np, int type, s_char *str) return 0; } if (*str == 0) { - /* str present, but only : nil string passed by player */ + /* empty string passed by player */ return 0; } if (type == EF_NATION && isalpha(*str)) {