diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:05:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:05:21 +0000 |
commit | d02db892440499a072ea8c83c2370e9d9c103098 (patch) | |
tree | 3b91afcc3cc91b485e23807d75c546b2b73b1940 /libbb/appletlib.c | |
parent | 85c247161b9e1e7c71ebcb874ed7b6a23b6a5b50 (diff) |
clean up TODO file. No real code changes.
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index aade9046a..e2bb37868 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -264,6 +264,7 @@ static void parse_config_file(void) s = buffer; if (!fgets(s, sizeof(buffer), f)) { /* Are we done? */ +// why? if (ferror(f)) { /* Make sure it wasn't a read error. */ parse_error("reading"); } |