Skip to content

Commit

Permalink
a tiny tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 11, 2024
1 parent 74e94ee commit a845d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redisx-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ int redisxSendRequestAsync(RedisClient *cl, const char *command, const char *arg
* X_NO_SERVICE if not connected to the client or if send() failed.
*/
int redisxSendArrayRequestAsync(RedisClient *cl, char *args[], int lengths[], int n) {
const char *fn = "redisxSendArrayRequestAsync";
static const char *fn = "redisxSendArrayRequestAsync";
char buf[REDISX_CMDBUF_SIZE];
int i, L;
ClientPrivate *cp;
Expand Down

0 comments on commit a845d8f

Please sign in to comment.