From: Ari Johnson Date: Fri, 17 Dec 2010 18:02:45 +0000 (+0000) Subject: Minor formatting changes X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=1fee8a44b08b50233e418f5d62da7e4813261ac5;p=cobramush.git Minor formatting changes --- diff --git a/src/wiz.c b/src/wiz.c index 76c976d..be3064c 100644 --- a/src/wiz.c +++ b/src/wiz.c @@ -760,9 +760,9 @@ do_stats(dbref player, const char *name) first_free); } else { notify_format(player, - T("%d objects = %d rooms, %d exits, %d things, %d players, %d divisions."), - si->total - si->garbage, si->rooms, si->exits, si->things, - si->players, si->divisions); + T("%d objects = %d rooms, %d exits, %d things, %d players, %d divisions."), + si->total - si->garbage, si->rooms, si->exits, si->things, + si->players, si->divisions); } } @@ -1431,7 +1431,7 @@ FUNCTION(fun_quota) */ void do_sitelock(dbref player, const char *site, const char *opts, const char *who, - enum sitelock_type type) + enum sitelock_type type) { if (opts && *opts) {