aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkstr
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-03-14 05:51:20 +0000
committerBruce Evans <bde@FreeBSD.org>2004-03-14 05:51:20 +0000
commitf342fec6259b16dab12410ae0a79a2ec54c5d990 (patch)
tree69a493236f5264f72a5aa0c946d8ccb19b8b36c0 /usr.bin/mkstr
parent8f650450c692fa8ddf72d776ac6f886e4bdeb7d0 (diff)
downloadsrc-f342fec6259b16dab12410ae0a79a2ec54c5d990.tar.gz
src-f342fec6259b16dab12410ae0a79a2ec54c5d990.zip
Fixed a misspelling of 0 as NULL.
Notes
Notes: svn path=/head/; revision=126960
Diffstat (limited to 'usr.bin/mkstr')
-rw-r--r--usr.bin/mkstr/mkstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c
index 55d602358b37..ce61c9d7ff9b 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