diff options
Diffstat (limited to 'tests/cjson_add.c')
-rw-r--r-- | tests/cjson_add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cjson_add.c b/tests/cjson_add.c index b02f1e2..ac96ce7 100644 --- a/tests/cjson_add.c +++ b/tests/cjson_add.c @@ -34,7 +34,7 @@ static void * CJSON_CDECL failing_malloc(size_t size) return NULL; } -/* 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 normal_free(void *pointer) { free(pointer); |