fix: windows compile issue
This commit is contained in:
parent
288dc33f97
commit
8b77ac9a03
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue