diff --git a/src/steal.c b/src/steal.c index e0cf52121..c020b2e35 100644 --- a/src/steal.c +++ b/src/steal.c @@ -66,7 +66,8 @@ register struct monst *mtmp; #else /* !GOLDOBJ */ long /* actually returns something that fits in an int */ -somegold(long umoney) +somegold(umoney) +long umoney; { #ifdef LINT /* long conv. ok */ return(0L);