diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-07-30 22:26:19 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-07-30 22:26:19 +0200 |
commit | 04eff9beb9b116f7b6c17743de35e4f5504aa0ef (patch) | |
tree | 4f2aa56c9602c1eb24e28f2e6e70ae6272e137fe /tests/libtest | |
parent | b5c3feda1788301bea7f1dd4f9bb240d13862bd0 (diff) |
sethostname: ISO C does not allow extra `;' outside of a function
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/sethostname.c | 2 |
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; -}; +} |