From: Mark Wooding Date: Mon, 4 Mar 2024 17:28:36 +0000 (+0000) Subject: lib.c: Fix random commentary layout blunder. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/commitdiff_plain/e4ecb70f2114c7c39b697e7bf14d1b938c9ce1c3 lib.c: Fix random commentary layout blunder. --- 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 */