diff options
Diffstat (limited to 'src/mem_internal_check.c')
| -rw-r--r-- | src/mem_internal_check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem_internal_check.c b/src/mem_internal_check.c index ecbbd05..ac881b9 100644 --- a/src/mem_internal_check.c +++ b/src/mem_internal_check.c @@ -35,8 +35,8 @@ struct data_field { + unsigned char data[FULL_DATABLOCK_SIZE]; /* keep this as first element for bsearch */ bool active; - unsigned char data[FULL_DATABLOCK_SIZE]; }; struct list_node { @@ -530,7 +530,7 @@ bool verify_data_array(struct data_array *da) { bool res = true; size_t p = 0; int repeated_error = 0; - + if (da == NULL) { LOGERR("No array given...\n"); return false; |
