Fix typos.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
This commit is contained in:
Sanjeev BA
2019-06-16 07:58:03 +09:00
parent 3c8935676a
commit 110f184d18
2 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ typedef struct internal_hooks
} internal_hooks;
#if defined(_MSC_VER)
/* work around MSVC error C2322: '...' address of dillimport '...' is not static */
/* work around MSVC error C2322: '...' address of dllimport '...' is not static */
static void * CJSON_CDECL internal_malloc(size_t size)
{
return malloc(size);