8000 Fix return value's type of html_escaped_cat · k0kubun/ruby@39cdd83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39cdd83

Browse files
committed
Fix return value's type of html_escaped_cat
1 parent a739e46 commit 39cdd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/cgi/escape/escape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
static VALUE rb_cCGI, rb_mUtil, rb_mEscape;
55

6-
static VALUE
6+
static void
77
html_escaped_cat(VALUE str, char c)
88
{
99
switch (c) {

0 commit comments

Comments
 (0)
0