diff --git a/src/options.c b/src/options.c index 68e63e529..839486a40 100644 --- a/src/options.c +++ b/src/options.c @@ -8487,13 +8487,14 @@ doset_simple(void) reset_customizations(); docrt_flags(opt_crt_flags); } - /* + +/* * I don't think the status window requires updating between * simplemenu iterations. if (disp.botl || disp.botlx) { bot(); } - */ + */ } while (pickedone > 0); give_opt_msg = TRUE; return ECMD_OK;