Fix bad line breaks.
This commit is contained in:
parent
51fed96269
commit
41327b44ca
2 changed files with 2 additions and 4 deletions
|
@ -114,8 +114,7 @@ display_mark(i_type only_itype, int only_cheapest)
|
|||
for (sellers = 0; getcomm(sellers, &comm); sellers++) {
|
||||
if (comm.com_owner == 0)
|
||||
continue;
|
||||
if (CANT_HAPPEN(comm.com_type <= I_NONE
|
||||
|| comm.com_type > I_MAX))
|
||||
if (CANT_HAPPEN(comm.com_type <= I_NONE || comm.com_type > I_MAX))
|
||||
continue;
|
||||
if (cheapest_items[comm.com_type] != -1) {
|
||||
getcomm(cheapest_items[comm.com_type], &comm2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue