cast style consistency

This commit is contained in:
Yukihiro Matsumoto
2012-05-23 03:31:55 +09:00
parent 714b358bb2
commit 4523bee953
21 changed files with 140 additions and 140 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ mrb_st_lookup(struct kh_iv *table, mrb_sym id, khiter_t *value)
khiter_t k;
if (table) {
h = (khash_t(iv) *)table;
h = (khash_t(iv)*)table;
k = kh_get(iv, h, id);
if (k != kh_end(h)) {
if (value != 0) *value = k;//kh_value(h, k);