Skip to content

Commit 78a7cbc

Browse files
committed
19 typo
1 parent 300d235 commit 78a7cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hwia/hwia.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ rb_strhash_hash(VALUE a)
142142
#ifdef RUBY18
143143
return (int)a;
144144
#else
145-
hnum = int(a);
145+
hnum = (int)a;
146146
break;
147147
#endif
148148
case T_SYMBOL:

0 commit comments

Comments
 (0)