fix typo on commit 5ae6c8b1b3

This commit is contained in:
Thomas Manni 2014-11-27 15:44:58 +01:00
parent 5ae6c8b1b3
commit d36b18d7dc
1 changed files with 1 additions and 1 deletions

View File

@ -1797,7 +1797,7 @@ gimp_transform_tool_get_active_item (GimpTransformTool *tr_tool,
if (selection_mask && gimp_channel_is_empty (selection_mask))
return NULL;
else
return GIMP_ITEM (selection_mask));
return GIMP_ITEM (selection_mask);
}
case GIMP_TRANSFORM_TYPE_PATH: