From: Daniel Stenberg Date: Fri, 30 Jul 2010 20:26:19 +0000 (+0200) Subject: sethostname: ISO C does not allow extra `;' outside of a function X-Git-Tag: curl-7_21_1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04eff9beb9b116f7b6c17743de35e4f5504aa0ef;p=curl sethostname: ISO C does not allow extra `;' outside of a function --- diff --git a/tests/libtest/sethostname.c b/tests/libtest/sethostname.c index 667f689ae..4facfc66c 100644 --- a/tests/libtest/sethostname.c +++ b/tests/libtest/sethostname.c @@ -25,4 +25,4 @@ int gethostname(char *name, size_t namelen) { /* LD_PRELOAD used, but no hostname set, we'll just return a failure */ return -1; -}; +}