formatting

This commit is contained in:
Brian Lopez 2010-04-01 12:58:31 -07:00
parent 858523d7a9
commit bd25b31731
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static VALUE rb_mysql_client_escape(VALUE self, VALUE str) {
newStr = rb_str_new(query, mysql_real_escape_string(client, query + queryLen, query, queryLen));
#ifdef HAVE_RUBY_ENCODING_H
rb_enc_associate_index(newStr, utf8Encoding);
rb_enc_associate_index(newStr, utf8Encoding);
#endif
return newStr;
}