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

wasn't.
This commit is contained in:
cpiazza 1999-10-10 09:28:14 +00:00
parent c7025812f2
commit bd423219c7

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: