Slight formatting fix for privileged WHO
authorAri Johnson <ari@cobramush.org>
Mon, 9 Apr 2007 17:39:20 +0000 (17:39 +0000)
committerAri Johnson <ari@theari.com>
Thu, 24 Mar 2011 15:58:45 +0000 (15:58 +0000)
(cherry picked from commit f63caf166f2883f038e1e42b35d45425ad806d78)

src/bsd.c

index 2358cdda06ffaedb958136c0d82148dee9c0c62b..1a500101205ad0e6058081c43f12ba11b4eeca51 100644 (file)
--- a/src/bsd.c
+++ b/src/bsd.c
@@ -3492,7 +3492,7 @@ dump_users(DESC *call_by, char *match, int doing)
                    ShowAnsi(call_by->player) ? ANSI_NORMAL : "");
     queue_string(call_by, tbuf2);
   } else {
-    sprintf(tbuf2, "%s%-16s %6s %9s %5s %5s Des  Host%s\n", ShowAnsi(call_by->player) ? ANSI_HILITE : "",
+    sprintf(tbuf2, "%s%-16s %6s %9s %5s %5s Des   Host%s\n", ShowAnsi(call_by->player) ? ANSI_HILITE : "",
            T("Player Name"), T("Loc #"), T("On For"), T("Idle"), T("Cmds"), ShowAnsi(call_by->player) ? ANSI_NORMAL : "");
     queue_string(call_by, tbuf2);
   }