aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-20 15:26:03 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-20 15:26:03 +0000
commitd544e81283a24082e6423c8f4377939f6fefa780 (patch)
treeab8aaf264cdd6d27853ff15a2f7542c801acf721 /src/regex/regex_api.c
parenta0a09022f0d0df917465b8e71753a69f066058d3 (diff)
-use the same hash function to map service name to hash, not once strlen and then strlen+1
Diffstat (limited to 'src/regex/regex_api.c')
-rw-r--r--src/regex/regex_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_api.c b/src/regex/regex_api.c
index 0da97d0727..979f58d475 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