From 1ccd85363abc2600565c4e1acfcefd0628997538 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 6 Aug 2011 20:29:37 +0000 Subject: Remove more silly casts. --- hack/hack.topl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hack/hack.topl.c') diff --git a/hack/hack.topl.c b/hack/hack.topl.c index c24b70fb..d99b76f8 100644 --- a/hack/hack.topl.c +++ b/hack/hack.topl.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.topl.c,v 1.13 2011/08/06 20:18:26 dholland Exp $ */ +/* $NetBSD: hack.topl.c,v 1.14 2011/08/06 20:29:37 dholland Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.topl.c,v 1.13 2011/08/06 20:18:26 dholland Exp $"); +__RCSID("$NetBSD: hack.topl.c,v 1.14 2011/08/06 20:29:37 dholland Exp $"); #endif /* not lint */ #include @@ -133,7 +133,7 @@ remember_topl(void) tl = tl->next_topl; } if (tl && tl->next_topl) { - free((char *) tl->next_topl); + free(tl->next_topl); tl->next_topl = 0; } } -- cgit v1.2.3