app: fix formatting in gimpselection.c

This commit is contained in:
Michael Natterer 2013-12-08 23:43:47 +01:00
parent 44fe30ef80
commit 6a02f4a19e
1 changed files with 2 additions and 2 deletions

View File

@ -739,8 +739,8 @@ gimp_selection_extract (GimpSelection *selection,
dest_format);
/* First, copy the pixels, possibly doing INDEXED->RGB and adding alpha */
gegl_buffer_copy (src_buffer, GEGL_RECTANGLE (x1, y1, x2 - x1, y2 - y1),
dest_buffer, GEGL_RECTANGLE (0, 0,0 ,0 ));
gegl_buffer_copy (src_buffer, GEGL_RECTANGLE (x1, y1, x2 - x1, y2 - y1),
dest_buffer, GEGL_RECTANGLE (0, 0, 0, 0));
if (non_empty)
{