Skip to content

Commit

Permalink
doc: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k-matsuzawa committed Jul 10, 2023
1 parent 624ebd0 commit 3372250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cfdjs_wasm_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ std::string GetJsonApiNames() {
/**
* @brief free string buffer.
* @param[in] str string buffer.
* @return void
*/
EMSCRIPTEN_KEEPALIVE extern "C" void cfdjsFreeString(char* str) {
if (str != nullptr) {
Expand Down

0 comments on commit 3372250

Please sign in to comment.