diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
commit | 24ebfd27177ba2d49b2fd2e9d5b5fba3df35744c (patch) | |
tree | f301459f6e2160b59f102e5506c37de2f4c48251 /games/hack/hack.shk.c | |
parent | ec11c0c45f17c8fcab3c1dcd043b3cd0b55c4c82 (diff) |
tabify
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; |