Explorar el Código

cmJson.c : Fix typo.

master
kevin hace 3 años
padre
commit
516028fe5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/cmJson.c

+ 1
- 1
src/cmJson.c Ver fichero

@@ -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…
Cancelar
Guardar