Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -72,7 +72,8 @@ surv(void)
|
|||
static s_char **map = NULL;
|
||||
|
||||
nsect = 0;
|
||||
if ((ptr = getstarg(player->argp[1], "commodity or variable? ", buf)) == 0)
|
||||
ptr = getstarg(player->argp[1], "commodity or variable? ", buf);
|
||||
if (ptr == 0)
|
||||
return RET_SYN;
|
||||
ptr = nstr_comp_val(ptr, &val, EF_SECTOR);
|
||||
if (!ptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue