From 8c9350e00d883c7380a663c771fdf19a95e0f195 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 14 Mar 2004 05:51:20 +0000 Subject: Fixed a misspelling of 0 as NULL. --- usr.bin/mkstr/mkstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/mkstr/mkstr.c') diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index 55d6023..ce61c9d 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -246,7 +246,7 @@ copystr(void) } out: *cp = 0; - printf("%d", hashit(buf, 1, NULL)); + printf("%d", hashit(buf, 1, 0)); } int -- cgit v1.1