Skip to content

Commit

Permalink
Fix compiler error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Malbrain committed Jan 8, 2016
1 parent 80d2fb5 commit b3e1376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threadskv10h.c
Expand Up @@ -1585,7 +1585,7 @@ BtVal *val;
fence = slot == set->page->cnt;
ptrlen = ptr->len;

if( node->type == Duplicate ) {
if( node->type == Duplicate )
ptrlen -= BtId;

// delete the key, ignore request if already dead
Expand Down

0 comments on commit b3e1376

Please sign in to comment.