From 8c0d4d2ad887017bde508ad0522d19b42c893cac Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Fri, 5 Jul 2013 19:36:57 -0400 Subject: [PATCH] fix the spelling wrong --- include/rtdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtdef.h b/include/rtdef.h index 83a6398b9..975624582 100644 --- a/include/rtdef.h +++ b/include/rtdef.h @@ -178,7 +178,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset */ /* initialization export */ #ifdef RT_USING_COMPONENTS_INIT typedef int (*init_fn_t)(void); -#ifdef _MSC_VER_ /* we do not support MS VC++ compiler */ +#ifdef _MSC_VER /* we do not support MS VC++ compiler */ #define INIT_EXPORT(fn, level) #else #define INIT_EXPORT(fn, level) \ -- GitLab