Skip to content

Commit

Permalink
fix: windows compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hzcheng committed Dec 20, 2024
1 parent 288dc33 commit 8b77ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dnode/vnode/src/vnd/vnodeAsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct {
const char *label;
SVAsync *async;
} GVnodeAsyncs[] = {
[0] = {},
[0] = {NULL, NULL},
[1] = {"vnode-commit", NULL},
[2] = {"vnode-merge", NULL},
[3] = {"vnode-compact", NULL},
Expand Down

0 comments on commit 8b77ac9

Please sign in to comment.