Add the missing ')' in
(p = f()) == NULL
This commit is contained in:
parent
cc76155d40
commit
133dba33b6
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user