aboutsummaryrefslogtreecommitdiff
path: root/games/arithmetic
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-24 19:26:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-24 19:26:20 +0000
commitf8526806caa11f73ffd0ab461436a99a653fbedc (patch)
treee85e47de9f80c868beecf193d87c91919742c2c3 /games/arithmetic
parent1e78fbb86a37568823c6a5614fab377e66ad1137 (diff)
Notes
Diffstat (limited to 'games/arithmetic')
-rw-r--r--games/arithmetic/arithmetic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c
index cfde8e9b69a5..40261d638b96 100644
--- a/games/arithmetic/arithmetic.c
+++ b/games/arithmetic/arithmetic.c
@@ -292,7 +292,6 @@ penalise(value, op, operand)
int value, op, operand;
{
struct penalty *p;
- char *malloc();
op = opnum(op);
if ((p = (struct penalty *)malloc((u_int)sizeof(*p))) == NULL)