Skip to content

Commit a99ea99

Browse files
committed
fix clang
Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
1 parent 2705fc8 commit a99ea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ typedef struct ValkeyModuleCtx ValkeyModuleCtx;
201201
#define VALKEYMODULE_CTX_CHANNELS_POS_REQUEST (1 << 8)
202202
#define VALKEYMODULE_CTX_COMMAND (1 << 9) /* Context created to serve a command from call() or AOF (which calls cmd->proc directly) */
203203
#define VALKEYMODULE_CTX_KEYSPACE_NOTIFICATION (1 << 10) /* Context created a keyspace notification event */
204-
#define VALKEYMODULE_CTX_SCRIPT_EXECUTION (1 << 11) /* Context created to serve a scripting engine execution */
204+
#define VALKEYMODULE_CTX_SCRIPT_EXECUTION (1 << 11) /* Context created to serve a scripting engine execution */
205205

206206
/* This represents a key opened with VM_OpenKey(). */
207207
struct ValkeyModuleKey {

0 commit comments

Comments
 (0)