Skip to content

Commit

Permalink
Update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
shixiongfei committed Jun 7, 2024
1 parent c13134a commit 227ec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static bool getNamedProperty(napi_env env, napi_value object, const char *name,
return true;
}

static bool getNamedPropertyString(napi_env env, napi_value object, const char *name, char* buf, size_t bufsize) {
static bool getNamedPropertyString(napi_env env, napi_value object, const char *name, char *buf, size_t bufsize) {
napi_value value;

if (!getNamedProperty(env, object, name, &value))
Expand Down

0 comments on commit 227ec41

Please sign in to comment.