]> granicus.if.org Git - nethack/commitdiff
wizard # list
authorarromdee <arromdee>
Sat, 19 Jan 2002 03:17:31 +0000 (03:17 +0000)
committerarromdee <arromdee>
Sat, 19 Jan 2002 03:17:31 +0000 (03:17 +0000)
The monpoly_control command on the wizard # command list was formatted badly.

src/cmd.c

index d1d5ff776270c15ce87116ec7781187ae721b7ae..89b3c299073653757c76ecf332dd50ac5326538f 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -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);