diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-07-07 14:35:51 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-07-07 14:35:51 +0000 |
commit | 794fc27048618c511ce2421720d1ede225224018 (patch) | |
tree | 9838765dc6398ed39950fb377944054bb12a9ab8 /src/regex/regex_block_lib.c | |
parent | e1fa8e431de13b5fe11ecd24ca2d4394d440ce54 (diff) |
-doxygen fixes
Diffstat (limited to 'src/regex/regex_block_lib.c')
-rw-r--r-- | src/regex/regex_block_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_block_lib.c b/src/regex/regex_block_lib.c index 7b273e6d89..69c6bbc1fe 100644 --- a/src/regex/regex_block_lib.c +++ b/src/regex/regex_block_lib.c @@ -244,7 +244,7 @@ REGEX_BLOCK_check (const struct RegexBlock *block, * * @param block block to get the key from * @param block_len number of bytes in block - * @param query where to store the key + * @param key where to store the key * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed */ int |