mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 00:42:06 +01:00
Add the missing ')' in
(p = f()) == NULL
This commit is contained in:
parent
cc76155d40
commit
133dba33b6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52075
@ -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…
Reference in New Issue
Block a user