]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 25 Jan 2022 19:15:19 +0000 (14:15 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 25 Jan 2022 19:15:19 +0000 (14:15 -0500)
src/lib/server/tmpl.h

index c2f0e2f488e9fa62f33d079f8bd1c39ca8944fa2..299cc09dd2901b2e3a612a9a70f037b4a18af84b 100644 (file)
@@ -911,7 +911,7 @@ tmpl_t                      *tmpl_alloc(TALLOC_CTX *ctx, tmpl_type_t type, fr_token_t quote, char c
 
 void                   tmpl_set_name_printf(tmpl_t *vpt, fr_token_t quote, char const *fmt, ...);
 
-void                   tmpl_set_name_shallow(tmpl_t *vpt, fr_token_t quote, char const *name, ssize_t len); CC_HINT(nonnull);
+void                   tmpl_set_name_shallow(tmpl_t *vpt, fr_token_t quote, char const *name, ssize_t len) CC_HINT(nonnull);
 
 void                   tmpl_set_name(tmpl_t *vpt, fr_token_t quote, char const *name, ssize_t len);