From 1cdb4f411c123a1f7402c9efbe46b3b05c3d94a1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 3 Jul 2002 18:38:05 +0000 Subject: compile with -W --- mdk-stage1/automatic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/automatic.c') diff --git a/mdk-stage1/automatic.c b/mdk-stage1/automatic.c index 144166240..1c6e021a0 100644 --- a/mdk-stage1/automatic.c +++ b/mdk-stage1/automatic.c @@ -78,7 +78,7 @@ char * get_auto_value(char * auto_param) { { "method", "met" }, { "network", "netw" }, { "interface", "int" }, { "gateway", "gat" }, { "netmask", "netm" }, { "adsluser", "adslu" }, { "adslpass", "adslp" }, { "hostname", "hos" }, { "domain", "dom" }, { "server", "ser" }, { "directory", "dir" }, { "user", "use" }, - { "pass", "pas" }, { "disk", "dis" }, { "partition", "par" }, { NULL } }; + { "pass", "pas" }, { "disk", "dis" }, { "partition", "par" }, { NULL, NULL } }; struct param_elem * ptr_alias = short_aliases; while (ptr_alias->name) { if (streq(auto_param, ptr_alias->name)) -- cgit v1.2.1