diff options
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/base_memory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fitz/base_memory.c b/fitz/base_memory.c index 17a701e2..0b043a32 100644 --- a/fitz/base_memory.c +++ b/fitz/base_memory.c @@ -219,4 +219,5 @@ fz_alloc_context fz_alloc_default = fz_malloc_default, fz_realloc_default, fz_free_default -} ;
\ No newline at end of file +}; + |