summaryrefslogtreecommitdiffstats
path: root/hack/hack.cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hack/hack.cmd.c')
-rw-r--r--hack/hack.cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hack/hack.cmd.c b/hack/hack.cmd.c
index e2e931f9..e1143147 100644
--- a/hack/hack.cmd.c
+++ b/hack/hack.cmd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.cmd.c,v 1.11 2010/02/03 15:34:38 roy Exp $ */
+/* $NetBSD: hack.cmd.c,v 1.12 2011/08/06 20:42:43 dholland Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -63,7 +63,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hack.cmd.c,v 1.11 2010/02/03 15:34:38 roy Exp $");
+__RCSID("$NetBSD: hack.cmd.c,v 1.12 2011/08/06 20:42:43 dholland Exp $");
#endif /* not lint */
#include "hack.h"
@@ -139,7 +139,7 @@ static const struct func_tab cmdlist[] = {
static const struct ext_func_tab extcmdlist[] = {
{ "dip", dodip },
{ "pray", dopray },
- { (char *) 0, donull }
+ { NULL, donull }
};
static char lowc(int);