summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkstr/mkstr.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-03-14 05:51:20 +0000
committerbde <bde@FreeBSD.org>2004-03-14 05:51:20 +0000
commit8c9350e00d883c7380a663c771fdf19a95e0f195 (patch)
tree69a493236f5264f72a5aa0c946d8ccb19b8b36c0 /usr.bin/mkstr/mkstr.c
parent7a96caafd4e6c544a19a5a3d34013fa1b0ac0763 (diff)
downloadFreeBSD-src-8c9350e00d883c7380a663c771fdf19a95e0f195.zip
FreeBSD-src-8c9350e00d883c7380a663c771fdf19a95e0f195.tar.gz
Fixed a misspelling of 0 as NULL.
Diffstat (limited to 'usr.bin/mkstr/mkstr.c')
-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 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
OpenPOWER on IntegriCloud