summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index cbf8149..4c55118 100644
--- a/test.c
+++ b/test.c
@@ -203,7 +203,7 @@ static void __test_callback(redisContext *c, void *privdata) {
}
static long __test_reply_callback_flags = 0;
-static void __test_reply_callback(redisContext *c, redisReply *reply, const void *privdata) {
+static void __test_reply_callback(redisContext *c, redisReply *reply, void *privdata) {
((void)c);
/* Shift to detect execution order */
__test_reply_callback_flags <<= 8;