summaryrefslogtreecommitdiffstats
path: root/hack/hack.end.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2011-08-06 20:29:37 +0000
committerdholland <dholland@NetBSD.org>2011-08-06 20:29:37 +0000
commit1ccd85363abc2600565c4e1acfcefd0628997538 (patch)
treedf1453129a42f7ee08bfeb3e303d2215f16e6c4a /hack/hack.end.c
parent10b5de29f245af86f4a46e1633e1902332b2ad06 (diff)
downloadbsdgames-darwin-1ccd85363abc2600565c4e1acfcefd0628997538.tar.gz
bsdgames-darwin-1ccd85363abc2600565c4e1acfcefd0628997538.tar.zst
bsdgames-darwin-1ccd85363abc2600565c4e1acfcefd0628997538.zip
Remove more silly casts.
Diffstat (limited to 'hack/hack.end.c')
-rw-r--r--hack/hack.end.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hack/hack.end.c b/hack/hack.end.c
index 2e32fc7d..8e57ff7e 100644
--- a/hack/hack.end.c
+++ b/hack/hack.end.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.end.c,v 1.15 2011/08/06 20:18:26 dholland Exp $ */
+/* $NetBSD: hack.end.c,v 1.16 2011/08/06 20:29:37 dholland Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -63,7 +63,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hack.end.c,v 1.15 2011/08/06 20:18:26 dholland Exp $");
+__RCSID("$NetBSD: hack.end.c,v 1.16 2011/08/06 20:29:37 dholland Exp $");
#endif /* not lint */
#include <signal.h>
@@ -804,7 +804,7 @@ prscore(int argc, char **argv)
break;
}
}
- free((char *) t1);
+ free(t1);
}
#ifdef nonsense
totchars[totcharct] = 0;