summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/larn/monster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/monster.c b/games/larn/monster.c
index 240df92..2e8874c 100644
--- a/games/larn/monster.c
+++ b/games/larn/monster.c
@@ -853,7 +853,7 @@ hitmonster(x,y)
*/
hitm(x,y,amt)
int x,y;
- amt;
+ int amt;
{
int monst;
int hpoints,amt2;
OpenPOWER on IntegriCloud