Skip to content

Commit

Permalink
src: fix typo
Browse files Browse the repository at this point in the history
PR-URL: nodejs#13085
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ron Korving <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
  • Loading branch information
mscdex committed May 22, 2017
1 parent f529706 commit dcc59f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_i18n.cc
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void Transcode(const FunctionCallbackInfo<Value>&args) {
tfn = &TranscodeUtf8FromUcs2;
break;
default:
tfn = TranscodeFromUcs2;
tfn = &TranscodeFromUcs2;
}
break;
default:
Expand Down

0 comments on commit dcc59f9

Please sign in to comment.