extra semi
authorChristian Grothoff <christian@grothoff.org>
Fri, 11 Jun 2010 21:41:10 +0000 (21:41 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 11 Jun 2010 21:41:10 +0000 (21:41 +0000)
src/hostlist/hostlist-client.c

index 8643dde43059ba5b349e2df7a39bac6a4f7307b7..4d006c2bdf338d61cffe577b7733619775c720e7 100644 (file)
@@ -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