From d02db892440499a072ea8c83c2370e9d9c103098 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 17 Mar 2008 09:05:21 +0000 Subject: clean up TODO file. No real code changes. --- libbb/appletlib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libbb/appletlib.c') 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"); } -- cgit v1.2.3