Removed extra space in c/lexer.rl

This commit is contained in:
Yorick Peterse 2014-11-23 22:12:18 +01:00
parent 5e24a3d1e5
commit b006289c5f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}