cmJson.c : Fix typo.

This commit is contained in:
kevin 2020-10-16 13:24:20 -04:00
parent 866b4cac0e
commit 516028fe5c

View File

@ -3996,7 +3996,7 @@ void _cmJsonTestPrint( void* userPtr, const cmChar_t* text )
//
// cmJsonTest() demonstrates some JSON tree operations.
//
JsRC_t cmJsonTest( const char* fn, cmCtx_t* ctx )
cmJsRC_t cmJsonTest( const char* fn, cmCtx_t* ctx )
{
cmJsRC_t rc = kOkJsRC;
cmJsRC_t rc1 = kOkJsRC;