summaryrefslogtreecommitdiff
path: root/src/cursor/cur_table.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-11-04 07:43:44 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-11-04 07:43:44 -0500
commit4be80fafae032a291b49661629f2c4d0b4146bf2 (patch)
tree8b1ce7c77dd7c829a17278f34609345b8536d4ca /src/cursor/cur_table.c
parenta9722b03ee54a988dfc0295214ef335c7f095642 (diff)
downloadmongo-4be80fafae032a291b49661629f2c4d0b4146bf2.tar.gz
Custom-extractor lint, whitespace, reference #1215.
Diffstat (limited to 'src/cursor/cur_table.c')
-rw-r--r--src/cursor/cur_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cursor/cur_table.c b/src/cursor/cur_table.c
index bcad44c98e1..4ab55b10f5a 100644
--- a/src/cursor/cur_table.c
+++ b/src/cursor/cur_table.c
@@ -103,7 +103,7 @@ __apply_idx(WT_CURSOR_TABLE *ctable, size_t func_off) {
session = (WT_SESSION_IMPL *)ctable->iface.session;
for (i = 0; i < ctable->table->nindices; i++, cp++) {
- f = *(void **)((uint8_t *)*cp + func_off);
+ f = *(int (**)(WT_CURSOR *))((uint8_t *)*cp + func_off);
idx = ctable->table->indices[i];
if (idx->extractor) {
extract_cursor.iface = iface;