fixed C++ comment warning in malloc_extension_c.h from C compiler

This commit is contained in:
Aliaksey Kandratsenka 2014-12-21 18:27:03 -08:00
parent f94ff0cc09
commit f72e37c3f9

View File

@ -93,7 +93,7 @@ typedef enum {
PERFTOOLS_DLL_DECL MallocExtension_Ownership MallocExtension_GetOwnership(const void* p);
#ifdef __cplusplus
} // extern "C"
} /* extern "C" */
#endif
#endif /* _MALLOC_EXTENSION_C_H_ */