mirror of
https://github.com/opnsense/src.git
synced 2026-05-20 17:09:30 -04:00
Revert previous change, I misread it as an if( when it really
wasn't.
This commit is contained in:
parent
6c6df91e73
commit
20d8fa6f36
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue