X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6873e9f8610ad4b2d7f1209a530492091c51ae19..8d90b8b27bf086da6245030459ab3e5977313eb0:/config.c diff --git a/config.c b/config.c index 1b9ac393..02da07da 100644 --- a/config.c +++ b/config.c @@ -1347,13 +1347,13 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_columns(s, 1, 100); s = ctrl_getset(b, "Session", "otheropts", NULL); - c = ctrl_radiobuttons(s, "Close window on exit:", 'x', 4, - HELPCTX(session_coe), - conf_radiobutton_handler, - I(CONF_close_on_exit), - "Always", I(FORCE_ON), - "Never", I(FORCE_OFF), - "Only on clean exit", I(AUTO), NULL); + ctrl_radiobuttons(s, "Close window on exit:", 'x', 4, + HELPCTX(session_coe), + conf_radiobutton_handler, + I(CONF_close_on_exit), + "Always", I(FORCE_ON), + "Never", I(FORCE_OFF), + "Only on clean exit", I(AUTO), NULL); /* * The Session/Logging panel.