aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2000-06-11 15:44:21 +0000
committerPhil Blundell <philb@gnu.org>2000-06-11 15:44:21 +0000
commit74cf1c9d4f74c4d777fd9ab9139a180b9d9b01a6 (patch)
treecf4ca58ad44b88222cc106154fd5b02653fc53ca /ifconfig.c
parentChange NET-LIB to NET_LIB to avoid problems with new make. (diff)
downloadnet-tools-74cf1c9d4f74c4d777fd9ab9139a180b9d9b01a6.tar.gz
net-tools-74cf1c9d4f74c4d777fd9ab9139a180b9d9b01a6.tar.bz2
net-tools-74cf1c9d4f74c4d777fd9ab9139a180b9d9b01a6.zip
Fix stray brace.
Patch from Richard Huveneers <richard@hekkihek.hacom.nl>
Diffstat (limited to 'ifconfig.c')
-rw-r--r--ifconfig.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/ifconfig.c b/ifconfig.c
index 39ba6fa..425b27b 100644
--- a/ifconfig.c
+++ b/ifconfig.c
@@ -3,7 +3,7 @@
* that either displays or sets the characteristics of
* one or more of the system's networking interfaces.
*
- * Version: $Id: ifconfig.c,v 1.38 2000/05/27 17:36:16 pb Exp $
+ * Version: $Id: ifconfig.c,v 1.39 2000/06/11 15:44:21 pb Exp $
*
* Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
* and others. Copyright 1993 MicroWalt Corporation
@@ -738,10 +738,10 @@ int main(int argc, char **argv)
}
spp++;
continue;
- }
#else
- fprintf(stderr, _("Bad address.\n"));
+ fprintf(stderr, _("Bad address.\n"));
#endif
+ }
#endif
#if HAVE_AFINET || HAVE_AFINET6
@@ -828,13 +828,13 @@ int main(int argc, char **argv)
}
spp++;
continue;
- }
#else
- fprintf(stderr, _("Bad address.\n"));
+ fprintf(stderr, _("Bad address.\n"));
#endif
#else
- fprintf(stderr, _("Address deletion not supported on this system.\n"));
+ fprintf(stderr, _("Address deletion not supported on this system.\n"));
#endif
+ }
#endif
#if HAVE_AFINET6
if (!strcmp(*spp, "tunnel")) {