diff options
Diffstat (limited to 'games/hack/hack.shk.c')
-rw-r--r-- | games/hack/hack.shk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/hack.shk.c b/games/hack/hack.shk.c index ab4e3f81017..5fbd8d622e3 100644 --- a/games/hack/hack.shk.c +++ b/games/hack/hack.shk.c @@ -429,8 +429,8 @@ int pass, tmp; } /* return 1 if paid successfully */ -/* 0 if not enough money */ -/* -1 if object could not be found (but was paid) */ +/* 0 if not enough money */ +/* -1 if object could not be found (but was paid) */ static dopayobj(bp) register struct bill_x *bp; { register struct obj *obj; |