wizard # list

The monpoly_control command on the wizard # command list was formatted badly.
This commit is contained in:
arromdee
2002-01-19 03:17:31 +00:00
parent d7b0fe17b1
commit 9211e211b0

View File

@@ -305,7 +305,7 @@ doextlist() /* here after #? - now list all full-word commands */
putstr(datawin, 0, "");
for(efp = extcmdlist; efp->ef_txt; efp++) {
Sprintf(buf, " %-14s - %s.", efp->ef_txt, efp->ef_desc);
Sprintf(buf, " %-15s - %s.", efp->ef_txt, efp->ef_desc);
putstr(datawin, 0, buf);
}
display_nhwindow(datawin, FALSE);