indent bit

This commit is contained in:
nhmall
2024-03-24 17:01:41 -04:00
parent 0b35079acc
commit 780d0912ee
+3 -2
View File
@@ -8487,13 +8487,14 @@ doset_simple(void)
reset_customizations(); reset_customizations();
docrt_flags(opt_crt_flags); docrt_flags(opt_crt_flags);
} }
/*
/*
* I don't think the status window requires updating between * I don't think the status window requires updating between
* simplemenu iterations. * simplemenu iterations.
if (disp.botl || disp.botlx) { if (disp.botl || disp.botlx) {
bot(); bot();
} }
*/ */
} while (pickedone > 0); } while (pickedone > 0);
give_opt_msg = TRUE; give_opt_msg = TRUE;
return ECMD_OK; return ECMD_OK;