Skip to content

Commit

Permalink
多余的代码
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Feb 25, 2025
1 parent 8ecdf67 commit d8872d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PapiQuickjsImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ pesapi_value pesapi_get_arg(pesapi_callback_info pinfo, int index)
}
}

PESAPI_EXTERN pesapi_env pesapi_get_env(pesapi_callback_info pinfo)
pesapi_env pesapi_get_env(pesapi_callback_info pinfo)
{
return pesapiEnvFromQjsContext(pinfo->ctx);
}
Expand Down

0 comments on commit d8872d2

Please sign in to comment.