Skip to content

Commit 85e2d56

Browse files
mscdexjasnell
authored andcommitted
src: fix typo
PR-URL: #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]>
1 parent 1263b70 commit 85e2d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_i18n.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ void Transcode(const FunctionCallbackInfo<Value>&args) {
326326
tfn = &TranscodeUtf8FromUcs2;
327327
break;
328328
default:
329-
tfn = TranscodeFromUcs2;
329+
tfn = &TranscodeFromUcs2;
330330
}
331331
break;
332332
default:

0 commit comments

Comments
 (0)