diff options
Diffstat (limited to 'libbb/parse_config.c')
-rw-r--r-- | libbb/parse_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/parse_config.c b/libbb/parse_config.c index b6c720d3a..c511d97fb 100644 --- a/libbb/parse_config.c +++ b/libbb/parse_config.c | |||
@@ -102,7 +102,7 @@ void FAST_FUNC config_close(parser_t *parser) | |||
102 | 0. If parser is NULL return 0. | 102 | 0. If parser is NULL return 0. |
103 | 1. Read a line from config file. If nothing to read then return 0. | 103 | 1. Read a line from config file. If nothing to read then return 0. |
104 | Handle continuation character. Advance lineno for each physical line. | 104 | Handle continuation character. Advance lineno for each physical line. |
105 | Discard everything past comment characher. | 105 | Discard everything past comment character. |
106 | 2. if PARSE_TRIM is set (default), remove leading and trailing delimiters. | 106 | 2. if PARSE_TRIM is set (default), remove leading and trailing delimiters. |
107 | 3. If resulting line is empty goto 1. | 107 | 3. If resulting line is empty goto 1. |
108 | 4. Look for first delimiter. If !PARSE_COLLAPSE or !PARSE_TRIM is set then | 108 | 4. Look for first delimiter. If !PARSE_COLLAPSE or !PARSE_TRIM is set then |