diff options
Diffstat (limited to 'src/blocks/group.c')
| -rw-r--r-- | src/blocks/group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blocks/group.c b/src/blocks/group.c index fb4457e..4fcb420 100644 --- a/src/blocks/group.c +++ b/src/blocks/group.c @@ -7,6 +7,6 @@ const block_scheme_t block_group_scheme = { }, .size = 0, .entries = NULL, - .verify = NULL, + .validate = NULL, }; |
