diff options
Diffstat (limited to 'kern/zalloc.h')
-rw-r--r-- | kern/zalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/zalloc.h b/kern/zalloc.h index 2e9b4b3..9e44a6d 100644 --- a/kern/zalloc.h +++ b/kern/zalloc.h @@ -132,4 +132,4 @@ static __inline void ZFREE(zone_t zone, vm_offset_t element) -#endif _KERN_ZALLOC_H_ +#endif /* _KERN_ZALLOC_H_ */ |