Fix long lines. No functional changes.

This commit is contained in:
Markus Armbruster 2006-04-16 17:20:33 +00:00
parent ba2c537ce5
commit 4836f6c543
29 changed files with 141 additions and 79 deletions

View file

@ -126,7 +126,8 @@ do_desi(struct natstr *natp, s_char *sects, s_char *deschar, long int cash,
}
if (dchr[des].d_cost < 0) {
if (for_real)
pr("Only %s can make a %s!\n", cname(0), dchr[des].d_name);
pr("Only %s can make a %s!\n",
cname(0), dchr[des].d_name);
continue;
}
}