Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue