summaryrefslogtreecommitdiff
path: root/lib/hostip.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-09-08 05:18:07 +0000
committerYang Tse <yangsita@gmail.com>2006-09-08 05:18:07 +0000
commitdc7c9155531195d8f346e52d753a857891460793 (patch)
tree845ac25368234cfdd071dad3766f0b20cd5db86b /lib/hostip.h
parentb7eeb6e67fca686f840eacd6b8394edb58b07482 (diff)
downloadcurl-dc7c9155531195d8f346e52d753a857891460793.tar.gz
Compilation fix
Diffstat (limited to 'lib/hostip.h')
-rw-r--r--lib/hostip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip.h b/lib/hostip.h
index dd8ec3a5e..e6d63ca71 100644
--- a/lib/hostip.h
+++ b/lib/hostip.h
@@ -88,7 +88,7 @@
#else
#define CURL_ASYNC_SUCCESS CURLE_OK
#define ares_cancel(x) do {} while(0)
-#define ares_destroy(x) do {} while (0);
+#define ares_destroy(x) do {} while(0)
#endif
/*