From 2e0b52c9d8ead058f84b2e749d77ecdf6c0559cb Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 12 Mar 2009 15:54:49 +0000 Subject: * gethostby_helper: Fix typos in DEBUGGING case. --- winsup/cygwin/net.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'winsup/cygwin/net.cc') diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 132d639bc..c251dea26 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -1057,7 +1057,7 @@ gethostby_helper (const char *name, const int af, const int type, complen = dn_expand (msg, eomsg, curptr->name (), string_ptr, string_size); #ifdef DEBUGGING if (complen != curptr->complen) - go to debugging; + goto debugging; #endif ret->h_aliases[alias_count++] = string_ptr; namelen1 = curptr->namelen1; @@ -1072,7 +1072,7 @@ gethostby_helper (const char *name, const int af, const int type, complen = dn_expand (msg, eomsg, curptr->name(), string_ptr, string_size); #ifdef DEBUGGING if (complen != curptr->complen) - go to debugging; + goto debugging; #endif ret->h_name = string_ptr; namelen1 = curptr->namelen1; @@ -1090,12 +1090,12 @@ gethostby_helper (const char *name, const int af, const int type, } #ifdef DEBUGGING /* Should not get here */ - go to debugging; + goto debugging; #endif } #ifdef DEBUGGING if (string_size < 0) - go to debugging; + goto debugging; #endif free (msg); -- cgit v1.2.3