home · contact · privacy
In the client, different modes of treating linebreaks are avaiable for
[plomrogue] / src / common / err_try_fgets.h
index deefe98163f94002b91c9868ca5fe7f30c91ce02..8ea6368c975ba3e974e6cdbddf616ac65717d170 100644 (file)
@@ -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