Code

Minor cleanup work on macros
[inkscape.git] / src / libnr / nr-pixblock-pattern.cpp
index 77178658420133d515a6b2941a879d607e069d33..aa32462972efdf9ea01840a16f35d128795378a8 100644 (file)
@@ -28,7 +28,7 @@ nr_pixblock_render_gray_noise (NRPixBlock *pb, NRPixBlock *mask)
        if (mask) {
                if (mask->empty) return;
                nr_rect_l_intersect (&clip, &pb->area, &mask->area);
-               if (nr_rect_l_test_empty (&clip)) return;
+               if (nr_rect_l_test_empty(clip)) return;
        } else {
                clip = pb->area;
        }