From 2cbaf5127c0b684ca2e07fa0913602117ded3528 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 11 Mar 2004 10:22:25 +0000 Subject: Fixed a misspelling of '\0' as NULL. --- usr.bin/rpcinfo/rpcinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/rpcinfo/rpcinfo.c') diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index 3faab0b..a2e6629 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -846,7 +846,7 @@ failed: sprintf(p++, ","); } printf("%-10s", buf); - buf[0] = NULL; + buf[0] = '\0'; for (nl = rs->nlist; nl; nl = nl->next) { strcat(buf, nl->netid); if (nl->next) -- cgit v1.1