cmJson.c : Fix typo.
This commit is contained in:
parent
866b4cac0e
commit
516028fe5c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user