Skip to content

Commit 53c1d99

Browse files
committed
Fix complaint
1 parent d29f04a commit 53c1d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modules/defragtest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static void createGlobalStrings(RedisModuleCtx *ctx, unsigned long count)
3939
}
4040
}
4141

42-
static int defragGlobalStrings(RedisModuleDefragCtx *ctx)
42+
static void defragGlobalStrings(RedisModuleDefragCtx *ctx)
4343
{
4444
unsigned long cursor = 0;
4545
RedisModule_DefragCursorGet(ctx, &cursor);

0 commit comments

Comments
 (0)