X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fparse_file.h;fp=src%2Fcommon%2Fparse_file.h;h=deed17b06e0e5a20381b7d200351c5dfd3bffad9;hb=522ee38603c822f7ac6b7847b1c2b0160c49f481;hp=7d7cfbda195ebab3b31436f82edf74db90575f56;hpb=535abca0a52631cd3f32aa8a8fb4012aa380e4df;p=plomrogue diff --git a/src/common/parse_file.h b/src/common/parse_file.h index 7d7cfbd..deed17b 100644 --- a/src/common/parse_file.h +++ b/src/common/parse_file.h @@ -24,7 +24,7 @@ extern void err_line_zero(); */ extern uint8_t err_line(uint8_t test, char * msg); -/* Return next token from "line" or NULL if none is found. Tokens either a) +/* Return next token from "line", or NULL if none is found. Tokens either a) * start at the first non-whitespace character and end before the next * whitespace character after that; or b) if the first non-whitespace character * is a single quote followed by at least one other single quote some time later