clip-boxes: Drop too-early return
commitcb871c6c692af68d8e0bf9e26472af45435f8a2c
authorBryce Harrington <bryce@bryceharrington.org>
Fri, 1 Feb 2019 01:20:50 +0000 (31 17:20 -0800)
committerBryce Harrington <bryce@bryceharrington.org>
Fri, 1 Feb 2019 01:24:05 +0000 (31 17:24 -0800)
tree9156174ace8ea2f48f6f2e179c940a7c734921bb
parentef8c379e0f560ced63c2a07566a3a7d608e3996c
clip-boxes:  Drop too-early return

The indentation of this line suggests it is a typo.  In any case it
causes the function to unconditionally return immediately, thereby
shortcircuiting it entirely, which does not appear to be the intended
behavior.

Fixes: https://gitlab.com/cairo/cairo/issues/2
src/cairo-clip-boxes.c