diff options
Diffstat (limited to 'src/include/cbmem.h')
-rw-r--r-- | src/include/cbmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cbmem.h b/src/include/cbmem.h index c13fe925ad..71e44d384d 100644 --- a/src/include/cbmem.h +++ b/src/include/cbmem.h @@ -52,7 +52,7 @@ struct cbmem_entry; /* Determine the size for CBMEM root and the small allocations */ static inline size_t cbmem_overhead_size(void) { - return 2 * CBMEM_ROOT_MIN_SIZE; + return 2 * CBMEM_ROOT_MIN_SIZE; } /* By default cbmem is attempted to be recovered. Returns 0 if cbmem was |