Commit 60dae998 authored by Richard Levitte's avatar Richard Levitte
Browse files

Some platforms define NULL as ((void *)0). Unfortunately, a void*

can't be used as a function pointer according the the standards.  Use
a 0 instead and there will be no trouble.
parent df320c44
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment