aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-service-regex.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 22:45:52 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:29 +0100
commitd4f25caabd6098a2cbb713c9cd8228c1f9a26fe4 (patch)
treefd9e4747415780951809ae3c1ff7330a32853923 /src/regex/gnunet-service-regex.c
parente13e66d0dc6a79f6dfe469ba075f307c006fdb66 (diff)
downloadgnunet-d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4.tar.gz
gnunet-d4f25caabd6098a2cbb713c9cd8228c1f9a26fe4.zip
-DOC: Minor fixes to doc comments (mostly correcting typos) to resolve 'unknown command' warnings
Diffstat (limited to 'src/regex/gnunet-service-regex.c')
-rw-r--r--src/regex/gnunet-service-regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-service-regex.c b/src/regex/gnunet-service-regex.c
index deaa6112e..dc61b9135 100644
--- a/src/regex/gnunet-service-regex.c
+++ b/src/regex/gnunet-service-regex.c
@@ -124,7 +124,7 @@ reannounce (void *cls)
124 * 124 *
125 * @param cls identification of the client 125 * @param cls identification of the client
126 * @param am the actual message 126 * @param am the actual message
127 * @return #GNUNET_OK if @am is well-formed 127 * @return #GNUNET_OK if @a am is well-formed
128 */ 128 */
129static int 129static int
130check_announce (void *cls, 130check_announce (void *cls,