Removed extra space in c/lexer.rl
This commit is contained in:
parent
5e24a3d1e5
commit
b006289c5f
|
@ -44,7 +44,7 @@ void liboga_xml_lexer_callback(
|
|||
const char *te
|
||||
)
|
||||
{
|
||||
VALUE value = rb_enc_str_new(ts, te - ts, encoding);
|
||||
VALUE value = rb_enc_str_new(ts, te - ts, encoding);
|
||||
|
||||
rb_funcall(self, name, 1, value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue