X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=src%2Fcommon%2Ferr_try_fgets.h;h=8ea6368c975ba3e974e6cdbddf616ac65717d170;hb=c74615b516cd7e44cc1a4005663eed1a373d0f68;hp=deefe98163f94002b91c9868ca5fe7f30c91ce02;hpb=f6445615b0b81a83ef75cc4774bac992bac234bb;p=plomrogue diff --git a/src/common/err_try_fgets.h b/src/common/err_try_fgets.h index deefe98..8ea6368 100644 --- a/src/common/err_try_fgets.h +++ b/src/common/err_try_fgets.h @@ -34,7 +34,7 @@ extern void err_line(uint8_t test, char * line, char * intro, char * msg); * * The available "test" conditions are as follows: * - * '0': check against the line being empty (not even containing a \n char) + * '0': check for "line" not being empty (not even containing a \n char) * 'n': check for "line" ending with an \n char * 'e': check for "line" starting with an \n char * 'f': check for "line" not starting with an \n char