aboutsummaryrefslogtreecommitdiff
path: root/src/curl/curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curl/curl.c')
-rw-r--r--src/curl/curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index 68c99dd75..ee4b568df 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -285,7 +285,7 @@ GNUNET_CURL_enable_async_scope_header (struct GNUNET_CURL_Context *ctx,
285} 285}
286 286
287 287
288int 288enum GNUNET_GenericReturnValue
289GNUNET_CURL_is_valid_scope_id (const char *scope_id) 289GNUNET_CURL_is_valid_scope_id (const char *scope_id)
290{ 290{
291 if (strlen (scope_id) >= 64) 291 if (strlen (scope_id) >= 64)