]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Incorrect way to line wrap
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 16 Mar 2021 01:23:16 +0000 (01:23 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 16 Mar 2021 01:23:16 +0000 (01:23 +0000)
src/lib/unlang/xlat_tokenize.c

index a22a0ec87405e22241cbad393503fc484932a69d..e566e7ce2fa33118f87658e0df1e27bf844583c6 100644 (file)
@@ -383,8 +383,8 @@ static inline int xlat_tokenize_function_single_arg(TALLOC_CTX *ctx, xlat_exp_t
                node->flags.needs_resolving = true;     /* Needs resolution during pass2 */
        } else {
                if (func->input_type == XLAT_INPUT_ARGS) {
-                       fr_strerror_const("Function takes multiple arguments and should \
-                                          be called using %(func:args) syntax");
+                       fr_strerror_const("Function takes multiple arguments and should "
+                                         "be called using %(func:args) syntax");
                error:
                        head = NULL;
                        talloc_free(node);