From d544e81283a24082e6423c8f4377939f6fefa780 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 Dec 2013 15:26:03 +0000 Subject: -use the same hash function to map service name to hash, not once strlen and then strlen+1 --- src/regex/regex_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regex') diff --git a/src/regex/regex_api.c b/src/regex/regex_api.c index 0da97d072..979f58d47 100644 --- a/src/regex/regex_api.c +++ b/src/regex/regex_api.c @@ -186,7 +186,7 @@ struct GNUNET_REGEX_Search GNUNET_REGEX_Found callback; /** - * Closure for 'callback'. + * Closure for @e callback. */ void *callback_cls; @@ -201,7 +201,7 @@ struct GNUNET_REGEX_Search * We got a response or disconnect after asking regex * to do the search. Handle it. * - * @param cls the 'struct GNUNET_REGEX_Search' to retry + * @param cls the `struct GNUNET_REGEX_Search` to retry * @param msg NULL on disconnect */ static void -- cgit v1.2.3