From e4a1f12e7e44b2b62ece74c9ea36354fa944acf9 Mon Sep 17 00:00:00 2001 From: plunky Date: Wed, 31 Aug 2011 16:24:54 +0000 Subject: NULL does not need a cast --- phantasia/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phantasia') diff --git a/phantasia/misc.c b/phantasia/misc.c index 663bf519..5dd4d8ee 100644 --- a/phantasia/misc.c +++ b/phantasia/misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: misc.c,v 1.19 2009/08/31 08:27:16 dholland Exp $ */ +/* $NetBSD: misc.c,v 1.20 2011/08/31 16:24:56 plunky Exp $ */ /* * misc.c Phantasia miscellaneous support routines @@ -682,7 +682,7 @@ death(const char *how) if (ch == 'Y') { cleanup(FALSE); execl(_PATH_GAMEPROG, "phantasia", "-s", - (Wizard ? "-S" : (char *) NULL), (char *) NULL); + (Wizard ? "-S" : NULL), NULL); exit(0); /* NOTREACHED */ } -- cgit v1.2.3-56-ge451