minor shk.c comment fix
This commit is contained in:
@@ -1979,7 +1979,7 @@ pay_billed_items(
|
|||||||
otmp = bp_to_obj(bp);
|
otmp = bp_to_obj(bp);
|
||||||
ebillct = eshkp->billct;
|
ebillct = eshkp->billct;
|
||||||
more_than_one = (ebillct > 1 || otmp->quan < bp->bquan
|
more_than_one = (ebillct > 1 || otmp->quan < bp->bquan
|
||||||
/* note: will only get here for for single item, so
|
/* note: will only get here for a single item, so
|
||||||
we can deduce that it is ibill[0] */
|
we can deduce that it is ibill[0] */
|
||||||
|| ibill[0].usedup == UndisclosedContainer);
|
|| ibill[0].usedup == UndisclosedContainer);
|
||||||
if ((umoney + eshkp->credit) < cheapest_item(ibillct, ibill)) {
|
if ((umoney + eshkp->credit) < cheapest_item(ibillct, ibill)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user