cosmetic changes;
[mesa.git] / src / mesa / tnl / t_vb_points.c
index 746ea8ba7f93278320740b7865f2fcbeed51793a..de866974473ec34459c9273a4d6968bbba8c5e30 100644 (file)
@@ -103,7 +103,7 @@ static void free_point_data( struct tnl_pipeline_stage *stage )
    if (store) {
       _mesa_vector4f_free( &store->PointSize );
       FREE( store );
-      stage->privatePtr = 0;
+      stage->privatePtr = NULL;
    }
 }