oops
authorTony Cook <tony@develop=help.com>
Fri, 17 Feb 2006 12:03:48 +0000 (12:03 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 17 Feb 2006 12:03:48 +0000 (12:03 +0000)
filters.c

index a13cb5509b8fcc0a6819c913fe4ce588cb40a03b..85d55c3c77b819da8b61c1c1fb2790cbc16ba077 100644 (file)
--- a/filters.c
+++ b/filters.c
@@ -1668,7 +1668,7 @@ i_fountain(i_img *im, double xa, double ya, double xb, double yb,
     work = mymalloc(line_bytes); /* checked 17feb2005 tonyc */
 
   fount_init_state(&state, xa, ya, xb, yb, type, repeat, combine, 
-                   super_sample, ssample_param, count, segs)) {
+                   super_sample, ssample_param, count, segs);
   my_segs = state.segs;
 
   for (y = 0; y < im->ysize; ++y) {