summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorØyvind Kolås <ok@src.gnome.org>2005-08-15 14:42:07 +0000
committerØyvind Kolås <ok@src.gnome.org>2005-08-15 14:42:07 +0000
commit1be701b0325bf7b01d52523004ea4555f25b83de (patch)
treefb24fef92883e5007ea6456c24653ede334738f0 /tests
parent6dd5565b4e500b3f1d2f0c3ccb4ffbbc43a2856b (diff)
BablFishReference is coming to life
Diffstat (limited to 'tests')
-rw-r--r--tests/grayscale_to_rgb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/grayscale_to_rgb.c b/tests/grayscale_to_rgb.c
index 7d3e717..deb9cac 100644
--- a/tests/grayscale_to_rgb.c
+++ b/tests/grayscale_to_rgb.c
@@ -53,7 +53,8 @@ test (void)
babl_component ("green"),
babl_component ("blue"),
NULL
- ));
+ )
+ );
babl_fish_process (fish,
grayscale_buf, rgb_buf,