summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index 676814a..2506f39 100644
--- a/example.c
+++ b/example.c
@@ -17,7 +17,7 @@ int main(void) {
/* PING server */
reply = redisCommand(c,"PING");
- printf("PONG: %s\n", reply->str);
+ printf("PING: %s\n", reply->str);
freeReplyObject(reply);
/* Set a key */