From e4ecb70f2114c7c39b697e7bf14d1b938c9ce1c3 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 4 Mar 2024 17:28:36 +0000 Subject: [PATCH] lib.c: Fix random commentary layout blunder. Organization: Straylight/Edgeware From: Mark Wooding --- lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.c b/lib.c index b509cea..e648857 100644 --- a/lib.c +++ b/lib.c @@ -1251,7 +1251,7 @@ void config_read_env(struct config *conf, struct config_section *sect) * * This only keeps track of the immutable parameters for the substitution * task: stuff which changes (flags, filtering state, cursor position) is - * maintained separately. + * maintained separately. */ struct subst { struct config *config; /* configuration state */ -- [mdw]