Browse Source

cmJson.c : Fix typo.

master
kevin 3 years ago
parent
commit
516028fe5c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/cmJson.c

+ 1
- 1
src/cmJson.c View File

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

Loading…
Cancel
Save