Revert previous change, I misread it as an if( when it really

wasn't.
This commit is contained in:
Chris Piazza 1999-10-10 09:28:14 +00:00
parent 6c6df91e73
commit 20d8fa6f36

View file

@ -394,7 +394,7 @@ might not be in scope.)
Test pointers
against NULL, e.g., use:
.Bd -literal -offset 0i
(p = f()) == NULL)
(p = f()) == NULL
.Ed
.Pp
not: