shut up compiler.

2003-03-30  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage-resize.c (gimp_image_resize): shut up compiler.
This commit is contained in:
Michael Natterer 2003-03-30 16:17:48 +00:00 committed by Michael Natterer
parent 372094aefa
commit e91d7943ae
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-03-30 Michael Natterer <mitch@gimp.org>
* app/core/gimpimage-resize.c (gimp_image_resize): shut up compiler.
2003-03-30 Michael Natterer <mitch@gimp.org>
* app/core/gimpimage-resize.c (gimp_image_resize): fixed to check

View File

@ -86,7 +86,7 @@ gimp_image_resize (GimpImage *gimage,
{
GimpGuide *guide = list->data;
gboolean remove_guide = FALSE;
gint new_position;
gint new_position = 0;
list = g_list_next (list);