Skip to content

Commit 073d881

Browse files
committed
Update defrag.c
Signed-off-by: chzhoo <[email protected]>
1 parent 1658ad0 commit 073d881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/defrag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ static int scanLaterStreamListpacks(robj *ob, unsigned long *cursor, monotime en
568568
}
569569

570570
/* optional callback used defrag each rax element (not including the element pointer itself) */
571-
typedef void *(raxDefragFunction)(raxIterator * ri, void *privdata);
571+
typedef void *(raxDefragFunction)(raxIterator *ri, void *privdata);
572572

573573
/* defrag radix tree including:
574574
* 1) rax struct

0 commit comments

Comments
 (0)