From ac5f48c0d9c409e3cb7400b9650dc5994cdc59ae Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 11 Jun 2010 21:41:10 +0000 Subject: extra semi --- 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 8643dde43..4d006c2bd 100644 --- a/src/hostlist/hostlist-client.c +++ b/src/hostlist/hostlist-client.c @@ -486,7 +486,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 (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) /** * Method to save hostlist to a file during hostlist client shutdown -- cgit v1.2.3