diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-28 11:53:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-28 11:53:59 +0000 |
commit | 543a89568ea3d587d95778b3298b8588bc589c20 (patch) | |
tree | e03f51d850c1edc8f906f0ae60ee159cc7096e77 /package/config/conf.c | |
parent | afc61c6e8e3f9d0065c2328d4a01227cfa71ba5d (diff) |
- make it compile with a C89 compiler
Diffstat (limited to 'package/config/conf.c')
-rw-r--r-- | package/config/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/config/conf.c b/package/config/conf.c index f475f139e..9900e90ea 100644 --- a/package/config/conf.c +++ b/package/config/conf.c @@ -542,7 +542,7 @@ int main(int ac, char **av) exit(1); } conf_parse(name); - //zconfdump(stdout); + /*zconfdump(stdout);*/ switch (input_mode) { case set_default: if (!defconfig_file) |