X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d0370c96527b48387a0fb0fbf5ccc8b9d8cc6458..daa621ff751ebfd3ad55d3b8c3a0ff079cb314e9:/config.c diff --git a/config.c b/config.c index 8be448e8..85e13c2e 100644 --- a/config.c +++ b/config.c @@ -623,7 +623,7 @@ static void colour_handler(union control *ctrl, void *dlg, Config *cfg = (Config *)data; struct colour_data *cd = (struct colour_data *)ctrl->generic.context.p; - int update = FALSE, clear, r, g, b; + int update = FALSE, clear = FALSE, r, g, b; if (event == EVENT_REFRESH) { if (ctrl == cd->listbox) {