2024-02-09  Andreas Schwab  <[email protected]>

        * info/variables.c (set_variable_to_value): Add end marker to
        styles array.

diff --git a/info/variables.c b/info/variables.c
index 1ca6fd1ac3..bfb689152d 100644
--- a/info/variables.c
+++ b/info/variables.c
@@ -486,6 +486,7 @@ set_variable_to_value (VARIABLE_ALIST *var, char *value, 
int where)
               BOLD_MASK, 0,                 "nobold",
               BLINK_MASK, BLINK_MASK,       "blink",
               BLINK_MASK, 0,                "noblink",
+              0, 0,                         NULL,
           };
           int i;
           char *component;
-- 
2.43.1


-- 
Andreas Schwab, [email protected]
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

Reply via email to