Skip to content
Snippets Groups Projects
Commit 8473e9fa authored by Iblis Lin's avatar Iblis Lin Committed by Tianqi Chen
Browse files

typo in c_api.h (#290)

parent e06d24a6
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,7 @@ NNVM_DLL int NNGraphSetJSONAttr(GraphHandle handle,
* \param success Whether the result is contained in out.
* \return 0 when success, -1 when failure happens
*/
NNVM_DLL int NNGraphGetJSONAttr(SymbolHandle handle,
NNVM_DLL int NNGraphGetJSONAttr(GraphHandle handle,
const char* key,
const char** json_out,
int *success);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment