summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.wield.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.wield.c')
-rw-r--r--games/hack/hack.wield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.wield.c b/games/hack/hack.wield.c
index 751be01..7533de6 100644
--- a/games/hack/hack.wield.c
+++ b/games/hack/hack.wield.c
@@ -57,7 +57,7 @@ corrode_weapon(){
chwepon(otmp,amount)
struct obj *otmp;
-amount;
+int amount;
{
char *color = (amount < 0) ? "black" : "green";
char *time;
OpenPOWER on IntegriCloud