From 0975b9a268cda8012140f176680e564b95da90ed Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 23 Feb 2010 14:02:55 -0800 Subject: [PATCH] missed a uchar* in cairo.ffi --- basis/cairo/ffi/ffi.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cairo/ffi/ffi.factor b/basis/cairo/ffi/ffi.factor index dc68af64dc..c4700d2dad 100644 --- a/basis/cairo/ffi/ffi.factor +++ b/basis/cairo/ffi/ffi.factor @@ -788,7 +788,7 @@ cairo_format_stride_for_width ( cairo_format_t format, int width ) ; FUNCTION: cairo_surface_t* cairo_image_surface_create_for_data ( char* data, cairo_format_t format, int width, int height, int stride ) ; -FUNCTION: c-string +FUNCTION: uchar* cairo_image_surface_get_data ( cairo_surface_t* surface ) ; FUNCTION: cairo_format_t -- 2.34.1