summaryrefslogtreecommitdiffstats
path: root/src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index b288043..358aee7 100644
--- a/src/text.c
+++ b/src/text.c
@@ -150,7 +150,7 @@ text_set_height(struct text *text, size_t height)
}
void
-text_render(const struct text *text, const struct font *font, png_bytepp rows)
+text_render(const struct text *text, const struct font *font, png_byte **rows)
{
unsigned char *string_start;
unsigned char *string;