summaryrefslogtreecommitdiff
path: root/enc/trans/escape.trans
diff options
context:
space:
mode:
Diffstat (limited to 'enc/trans/escape.trans')
-rw-r--r--enc/trans/escape.trans2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/trans/escape.trans b/enc/trans/escape.trans
index 544e1ace4a..b2aefbb19a 100644
--- a/enc/trans/escape.trans
+++ b/enc/trans/escape.trans
@@ -94,7 +94,7 @@ escape_html_attr_init(void *statep)
return 0;
}
-static VALUE
+static int
fun_so_escape_html_attr(void *statep, const unsigned char *s, size_t l, unsigned char *o)
{
unsigned char *sp = statep;