From 0de1933334cc893668c1c9616e69f56912c7cf75 Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Wed, 19 Aug 2015 08:27:11 +0000 Subject: [PATCH] [osal]: fix macro in os_mem.h git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@129 6e48237b-75ef-9749-8fc9-41990f28c85a --- osal/os_mem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osal/os_mem.h b/osal/os_mem.h index 8c0ef8a6..90022e74 100644 --- a/osal/os_mem.h +++ b/osal/os_mem.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef __OS_MALLOC_H__ -#define __OS_MALLOC_H__ +#ifndef __OS_MEM_H__ +#define __OS_MEM_H__ #ifdef __cplusplus extern "C" { @@ -29,6 +29,6 @@ void os_free(void *ptr); } #endif -#endif /*__OS_MALLOC_H__*/ +#endif /*__OS_MEM_H__*/