diff options
| author | Federico Angelilli <code@fedang.net> | 2024-09-08 15:45:57 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-09-08 15:45:57 +0200 |
| commit | 5e7f66b34826697537bcdcb60c81f56da956a32b (patch) | |
| tree | cea519be41162f4da216f564a665bb755ac6cdc3 /src/blocks/group.c | |
| parent | feae7fb2bed5357a5e685063e3f6ff005bfc0bd5 (diff) | |
Add ram formatting
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, }; |
