From f6da4856b44903f0eec791c2305deb581536fc0b Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 31 Aug 2009 17:07:24 -0500 Subject: [PATCH] benchmark.yuv-to-rgb: fix hints --- extra/benchmark/yuv-to-rgb/yuv-to-rgb.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/benchmark/yuv-to-rgb/yuv-to-rgb.factor b/extra/benchmark/yuv-to-rgb/yuv-to-rgb.factor index 561b6f0c0a..8041bef07f 100644 --- a/extra/benchmark/yuv-to-rgb/yuv-to-rgb.factor +++ b/extra/benchmark/yuv-to-rgb/yuv-to-rgb.factor @@ -86,7 +86,7 @@ STRUCT: yuv_buffer [ yuv>rgb-row ] with with each drop ; -HINTS: yuv>rgb byte-array byte-array ; +HINTS: yuv>rgb byte-array yuv_buffer ; : yuv>rgb-benchmark ( -- ) [ fake-data yuv>rgb ] with-destructors ;