Fixed misspellings of 0 as NULL. Fixed some nearby style bugs.

This commit is contained in:
Bruce Evans 2004-03-14 05:55:16 +00:00
parent f342fec625
commit 9b987187ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126961

View File

@ -117,5 +117,6 @@ value_t vtable[] = {
"le", (char *)FALSE },
{ "parity", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
"par", (char *)&PA },
{ NOSTR, NULL, NULL, NOSTR, NOSTR }
{ NOSTR, 0, 0,
NOSTR, NOSTR }
};