added missing semicolon.

2004-06-12  Philip Lafleur  <plafleur@cvs.gnome.org>

	* app/core/gimpdrawable-blend.c: added missing semicolon.
This commit is contained in:
Philip Lafleur 2004-06-13 01:57:26 +00:00 committed by Philip Lafleur
parent afb3f5c16c
commit a6801996e4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-06-12 Philip Lafleur <plafleur@cvs.gnome.org>
* app/core/gimpdrawable-blend.c: added missing semicolon.
2004-06-12 Philip Lafleur <plafleur@cvs.gnome.org>
* app/display/gimpdisplayshell-callbacks.c: Fixed incorrect logic that

View File

@ -55,7 +55,7 @@ typedef struct
GimpRGB fg, bg;
gdouble dist;
gdouble vec[2];
GimpRepeatMode repeat
GimpRepeatMode repeat;
} RenderBlendData;
typedef struct