indent bit
This commit is contained in:
+3
-2
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user