aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-03-15 12:19:33 +0000
committerBart Polot <bart@net.in.tum.de>2013-03-15 12:19:33 +0000
commitad3f4ba6364c7c798c5b3549402fc77c6f8bb7c6 (patch)
tree60b5f8cbb82b3031c78e2295db9aadb19a43d108 /src/regex
parent8b58c505a14bfe2efe46f67f04594c812df154c2 (diff)
downloadgnunet-ad3f4ba6364c7c798c5b3549402fc77c6f8bb7c6.tar.gz
gnunet-ad3f4ba6364c7c798c5b3549402fc77c6f8bb7c6.zip
- doxygen
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/regex_test_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_test_lib.h b/src/regex/regex_test_lib.h
index b21af2ebb..5e13c29de 100644
--- a/src/regex/regex_test_lib.h
+++ b/src/regex/regex_test_lib.h
@@ -43,7 +43,7 @@ extern "C"
43 * 43 *
44 * @param regexes A NULL-terminated array of regexes. 44 * @param regexes A NULL-terminated array of regexes.
45 * 45 *
46 * @retrun A string with a single regex that matches any of the original regexes 46 * @return A string with a single regex that matches any of the original regexes
47 */ 47 */
48char * 48char *
49GNUNET_REGEX_combine(char * const regexes[]); 49GNUNET_REGEX_combine(char * const regexes[]);