From: Daniel Stenberg Date: Sat, 12 Nov 2005 22:13:20 +0000 (+0000) Subject: oops * 2 X-Git-Tag: curl-7_15_1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d58790af174d11d50541505c2f3fdebcc4911d96;p=thirdparty%2Fcurl.git oops * 2 --- diff --git a/lib/sockaddr.h b/lib/sockaddr.h index e5c5468313..78dad4d9ed 100644 --- a/lib/sockaddr.h +++ b/lib/sockaddr.h @@ -28,7 +28,7 @@ #ifdef HAVE_STRUCT_SOCKADDR_STORAGE struct Curl_sockaddr_storage { struct sockaddr_storage buffer; -} +}; #else struct Curl_sockaddr_storage { char buffer[256]; /* this should be big enough to fit a lot */