aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-25 15:02:26 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-25 15:02:26 +0000
commit883f76092343cb682016415142245b83c912f816 (patch)
tree1e09c9471a1090414608aef17ecfddb90981b9f2 /src/hostlist
parentceb3be6d5ce8ebb9a1ca940b67d3e6a74896db6f (diff)
downloadgnunet-883f76092343cb682016415142245b83c912f816.tar.gz
gnunet-883f76092343cb682016415142245b83c912f816.zip
-dox
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 4914573e3..e85c3cae7 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -470,7 +470,7 @@ download_get_url ()
470} 470}
471 471
472 472
473#define CURL_EASY_SETOPT(c, a, b) do { ret = curl_easy_setopt(c, a, b); if (ret != CURLE_OK) GNUNET_log(GNUNET_ERROR_TYPE_WARNING, _("%s failed at %s:%d: `%s'\n"), "curl_easy_setopt", __FILE__, __LINE__, curl_easy_strerror(ret)); } while (0) 473#define CURL_EASY_SETOPT(c, a, b) do { ret = curl_easy_setopt (c, a, b); if (CURLE_OK != ret) GNUNET_log(GNUNET_ERROR_TYPE_WARNING, _("%s failed at %s:%d: `%s'\n"), "curl_easy_setopt", __FILE__, __LINE__, curl_easy_strerror (ret)); } while (0)
474 474
475 475
476/** 476/**