blob: 49c869645a8ac7941fbee1fef40ade2aa4e99058 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- app/vectors/gimpvectors.c.orig Thu Feb 5 01:49:20 2004
+++ app/vectors/gimpvectors.c Thu Feb 5 01:50:25 2004
@@ -545,7 +545,7 @@
GimpObject *stroke_desc,
gboolean use_default_values)
{
- GimpVectors *vectors = GIMP_VECTORS (item);;
+ GimpVectors *vectors = GIMP_VECTORS (item);
gboolean retval = FALSE;
if (! vectors->strokes)
@@ -564,7 +564,7 @@
else if (GIMP_IS_PAINT_INFO (stroke_desc))
{
GimpImage *gimage = gimp_item_get_image (item);
- GimpPaintInfo *paint_info = GIMP_PAINT_INFO (stroke_desc);;
+ GimpPaintInfo *paint_info = GIMP_PAINT_INFO (stroke_desc);
GimpPaintOptions *paint_options;
GimpPaintCore *core;
|