From 883f76092343cb682016415142245b83c912f816 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Jul 2012 15:02:26 +0000 Subject: -dox --- src/hostlist/hostlist-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hostlist') 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 () } -#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) +#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) /** -- cgit v1.2.3