From: Arran Cudbard-Bell Date: Fri, 1 Mar 2019 12:12:20 +0000 (+0800) Subject: Fix another comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=402090aa7d60e31e97af779e176ebbdaf94f78d5;p=thirdparty%2Ffreeradius-server.git Fix another comment --- diff --git a/src/lib/server/xlat_tokenize.c b/src/lib/server/xlat_tokenize.c index dace0edbc1f..0a545a53873 100644 --- a/src/lib/server/xlat_tokenize.c +++ b/src/lib/server/xlat_tokenize.c @@ -188,8 +188,8 @@ static ssize_t xlat_tokenize_alternation(TALLOC_CTX *ctx, xlat_exp_t **head, cha #ifdef HAVE_REGEX /** Parse an xlat reference * - * Parses a function call string in the format - * @verbatim %{:} @endverbatim * */ static inline ssize_t xlat_tokenize_regex(TALLOC_CTX *ctx, xlat_exp_t **head, char const *fmt)