Use NULL rather than 0. (#778)
There was few cases of using literal 0 instead of NULL in the context of pointers. While this was a legitimate C code, using NULL rather than 0 makes the code clearer.
S
Serhiy Storchaka committed
0b3ec192259a65971001ce8f0de85a9c1e71d9c7
Parent: aefa7eb
Committed by GitHub <noreply@github.com>
on 3/23/2017, 3:53:47 PM