From 7f000ce9ccc72d56c290d0aefcd2c52af950e09a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 10 Mar 2005 19:17:15 +0000 Subject: [PATCH] Fix ugly line breaks. --- src/lib/commands/repo.c | 3 +-- src/lib/global/file.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lib/commands/repo.c b/src/lib/commands/repo.c index fa50fa3a..235c6322 100644 --- a/src/lib/commands/repo.c +++ b/src/lib/commands/repo.c @@ -132,8 +132,7 @@ repo_list(struct stats *stat, natid cn, struct natstr *natp) prxy(" %4d,%-4d\n", natp->nat_xcap, natp->nat_ycap, player->cnum); return; } - switch (natp-> - nat_stat & (STAT_NORM | STAT_GOD | STAT_NEW | STAT_SANCT)) { + switch (natp->nat_stat & (STAT_NORM | STAT_GOD | STAT_NEW | STAT_SANCT)) { case STAT_NORM: case (STAT_NORM | STAT_SANCT): pr(" %-3d %-14.14s ", cn, natp->nat_cnam); diff --git a/src/lib/global/file.c b/src/lib/global/file.c index 051de27c..9f48972c 100644 --- a/src/lib/global/file.c +++ b/src/lib/global/file.c @@ -95,7 +95,7 @@ struct empfile empfile[] = { {"commodity", "commodity", 0, 0, sizeof(struct comstr), 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0}, - {"lost", "lostitems", 0, 0, - sizeof(struct loststr), 0, 0, 0, 0, + {"lost", "lostitems", 0, + 0, sizeof(struct loststr), 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0} };