aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/sethostname.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-07-30 22:26:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-07-30 22:26:19 +0200
commit04eff9beb9b116f7b6c17743de35e4f5504aa0ef (patch)
tree4f2aa56c9602c1eb24e28f2e6e70ae6272e137fe /tests/libtest/sethostname.c
parentb5c3feda1788301bea7f1dd4f9bb240d13862bd0 (diff)
sethostname: ISO C does not allow extra `;' outside of a function
Diffstat (limited to 'tests/libtest/sethostname.c')
-rw-r--r--tests/libtest/sethostname.c2
1 files changed, 1 insertions, 1 deletions
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;
-};
+}