levene: Write null pointers as NULL instead of as 0.
authorBen Pfaff <blp@gnu.org>
Wed, 10 Feb 2010 05:13:59 +0000 (21:13 -0800)
committerBen Pfaff <blp@gnu.org>
Wed, 10 Feb 2010 05:13:59 +0000 (21:13 -0800)
Using 0 as a null pointer constant is not incorrect but NULL is the style
used in most of PSPP.

Found using coccinelle and coccicheck (http://coccinelle.lip6.fr/).


No differences found