aboutsummaryrefslogtreecommitdiff
path: root/src/curl/curl.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-10 16:18:19 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-10 16:18:24 +0200
commitea22b4fe7d6ed7096d82c92a8bfab18e32df79b3 (patch)
treec4f64bab3dc0baa0af001adfcdb1a19db126d7c3 /src/curl/curl.c
parentfcfcd0979331b8435beee97e847c775f16785f11 (diff)
downloadgnunet-ea22b4fe7d6ed7096d82c92a8bfab18e32df79b3.tar.gz
gnunet-ea22b4fe7d6ed7096d82c92a8bfab18e32df79b3.zip
-minor style fixes
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)