remove extraneous comma.

2007-08-30  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/gimpbaseenums.h: remove extraneous comma.


svn path=/trunk/; revision=23413
This commit is contained in:
Michael Natterer 2007-08-30 15:03:38 +00:00 committed by Michael Natterer
parent 399b6639de
commit 8f05e8a0e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-30 Michael Natterer <mitch@gimp.org>
* libgimpbase/gimpbaseenums.h: remove extraneous comma.
2007-08-30 Michael Natterer <mitch@gimp.org>
* app/gui/sync-menu.c: take over cosmetic fix from upstream.

View File

@ -330,7 +330,7 @@ typedef enum
GIMP_TRANSFORM_RESIZE_ADJUST = 0, /*< desc="Adjust" >*/
GIMP_TRANSFORM_RESIZE_CLIP = 1, /*< desc="Clip" >*/
GIMP_TRANSFORM_RESIZE_CROP, /*< desc="Crop to result" >*/
GIMP_TRANSFORM_RESIZE_CROP_WITH_ASPECT, /*< desc="Crop with aspect" >*/
GIMP_TRANSFORM_RESIZE_CROP_WITH_ASPECT /*< desc="Crop with aspect" >*/
} GimpTransformResize;