Add missing ;

This commit is contained in:
Brian Behlendorf 2008-12-12 12:21:58 -08:00
parent 1ff495a2cc
commit ab95bc7c7b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ typedef struct umem_cache {
size_t cache_align;
umem_constructor_t *cache_constructor;
umem_destructor_t *cache_destructor;
umem_reclaim_t *cache_reclaim
umem_reclaim_t *cache_reclaim;
void *cache_private;
void *cache_arena;
int cache_cflags;