diff options
Diffstat (limited to 'malloc/malloc.h')
-rw-r--r-- | malloc/malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/malloc.h b/malloc/malloc.h index 53b9d1b206..a72102e607 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -199,4 +199,4 @@ extern void __malloc_check_init __MALLOC_P ((void)); }; /* end of extern "C" */ #endif -#endif /* !defined(_MALLOC_H) */ +#endif /* malloc.h */ |