bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing semicolon in gdomap.c


From: Tom Koelman
Subject: Missing semicolon in gdomap.c
Date: Fri, 18 Jun 2004 09:58:36 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt)

This patches a missing semicolon in gdomap.c, which prevents
compilation under windows.

Tom Koelman

--- base/Tools/gdomap.c.old     Sat May 22 05:16:01 2004
+++ base/Tools/gdomap.c         Wed Jun 16 18:49:16 2004
@@ -4803,7 +4803,7 @@
   addnull = 1;
 #endif /* _SC_HOST_NAME_MAX */
 #ifdef INTERNET_MAX_HOST_NAME_LENGTH
-  size = INTERNET_MAX_HOST_NAME_LENGTH
+  size = INTERNET_MAX_HOST_NAME_LENGTH;
   addnull = 1;
 #endif
   if (size <= 0)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]