Skip to content
Snippets Groups Projects
Commit 192ad63b authored by Neil Conway's avatar Neil Conway
Browse files

More janitorial work: remove the explicit casting of NULL literals to a

pointer type when it is not necessary to do so.

For future reference, casting NULL to a pointer type is only necessary
when (a) invoking a function AND either (b) the function has no prototype
OR (c) the function is a varargs function.
parent afca5d50
No related branches found
No related tags found
Loading
Showing
with 129 additions and 136 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment