Closed klondi closed 7 years ago
Drop unnecessary bool, instead we can use pointer arithmetic (is or not NULL) for the same purpose.
I wanted to keep the same style in every badge_*.c file. But I guess I can merge this one.
Drop unnecessary bool, instead we can use pointer arithmetic (is or not NULL) for the same purpose.