artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
258c4c6
)
Fix typo
author
tholo
<tholo@openbsd.org>
Sun, 29 Dec 1996 23:58:43 +0000
(23:58 +0000)
committer
tholo
<tholo@openbsd.org>
Sun, 29 Dec 1996 23:58:43 +0000
(23:58 +0000)
games/rogue/use.c
patch
|
blob
|
history
diff --git
a/games/rogue/use.c
b/games/rogue/use.c
index
ebc82b7
..
365e274
100644
(file)
--- a/
games/rogue/use.c
+++ b/
games/rogue/use.c
@@
-174,7
+174,7
@@
quaff()
}
break;
case SEE_INVISIBLE:
- sprintf(buf, "hmm, this potion tastes like %sjuice", fruit);
+ sprintf(buf, "hmm, this potion tastes like %s
juice", fruit);
message(buf, 0);
if (blind) {
unblind();