From 74cf1c9d4f74c4d777fd9ab9139a180b9d9b01a6 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 11 Jun 2000 15:44:21 +0000 Subject: [PATCH] Fix stray brace. Patch from Richard Huveneers --- ifconfig.c | 12 ++++++------ 1 file 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, * 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")) { -- 2.7.4