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.worm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hack/hack.worm.c') diff --git a/hack/hack.worm.c b/hack/hack.worm.c index 2a606be1..54feb622 100644 --- a/hack/hack.worm.c +++ b/hack/hack.worm.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.worm.c,v 1.8 2009/08/12 07:28:41 dholland Exp $ */ +/* $NetBSD: hack.worm.c,v 1.9 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.worm.c,v 1.8 2009/08/12 07:28:41 dholland Exp $"); +__RCSID("$NetBSD: hack.worm.c,v 1.9 2011/08/06 20:29:37 dholland Exp $"); #endif /* not lint */ #include @@ -279,6 +279,6 @@ remseg(struct wseg *wtmp) { if (wtmp->wdispl) newsym(wtmp->wx, wtmp->wy); - free((char *) wtmp); + free(wtmp); } #endif /* NOWORM */ -- cgit v1.2.3