[gegl/samplers] Added missing braces at end of gegl_sampler_lohalo_get()



commit 184fb86a5601e1cb16331e6a9a4ba6b368eb4c4e
Author: Adam Turcotte <aturcotte src gnome org>
Date:   Wed Jun 15 21:52:45 2011 -0400

    Added missing braces at end of gegl_sampler_lohalo_get()

 gegl/buffer/gegl-sampler-lohalo.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index 059249e..4dbdb1d 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -2359,6 +2359,9 @@ gegl_sampler_lohalo_get (      GeglSampler* restrict self,
       /*  * Ship out the array of new pixel values: */
       /*  *\/ */
       /* babl_process (self->fish, newval, output, 1); */
+    }
+  }
+}
 
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]