diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-09-06 10:23:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-09-06 11:36:27 +0200 |
commit | 4ea98c922f130843e2c57417d4a3e5970b25de22 (patch) | |
tree | 0898978a0554125f3f5a4cd50d15b99f52741503 /sal | |
parent | 54a3044ebd7f946235ba1d0a8af11ad94872afb7 (diff) |
Fix typo in comment (ASCII 0x42 is "B")
Change-Id: Iba8411cede4dc47aaa1d9d433de2606c0d66e0bf
Reviewed-on: https://gerrit.libreoffice.org/78692
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/textenc/convertiso2022jp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/convertiso2022jp.cxx b/sal/textenc/convertiso2022jp.cxx index ef2abeefcdb4..4024653f04e5 100644 --- a/sal/textenc/convertiso2022jp.cxx +++ b/sal/textenc/convertiso2022jp.cxx @@ -218,7 +218,7 @@ sal_Size ImplConvertIso2022JpToUnicode(void const * pData, case IMPL_ISO_2022_JP_TO_UNICODE_STATE_ESC_LPAREN: switch (nChar) { - case 0x42: // A + case 0x42: // B eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ASCII; break; |