trailing id after #endif

This commit is contained in:
daan 2019-07-21 17:14:13 -07:00
parent 272a8e03e4
commit 7091670c22

View File

@ -75,7 +75,7 @@ including this header is not necessary.
// ------------------------------------------------------
#ifdef __cplusplus
#include <new>
void operator delete(void* p) noexcept { mi_free(p); };
void operator delete[](void* p) noexcept { mi_free(p); };
@ -103,4 +103,4 @@ including this header is not necessary.
#endif
#endif
#endif MIMALLOC_OVERRIDE_H
#endif // MIMALLOC_OVERRIDE_H