Fixed misspellings of 0 as NULL. Fixed some nearby style bugs.
This commit is contained in:
parent
f342fec625
commit
9b987187ee
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user