aboutsummaryrefslogtreecommitdiff
path: root/codepage.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:58:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:58:32 +0000
commitb8024d500c044d67c118af3da2e21965439ee93d (patch)
treef80bdc436a4e35ebc8c7e05323eab88254845f0c /codepage.h
parent27a3162cec63ff11ceabab0a4c78c526013de305 (diff)
parent67803003190004a55215c16fe9905dbaac1cfe74 (diff)
downloadmtools-b8024d500c044d67c118af3da2e21965439ee93d.tar.gz
Snap for 8564071 from 67803003190004a55215c16fe9905dbaac1cfe74 to mainline-extservices-releaseaml_ext_331814220aml_ext_331412000aml_ext_331312000aml_ext_331112010aml_ext_331012020android13-mainline-extservices-release
Change-Id: Id4e3c3e6e527c8d4b652a3458bc7aa7e91235c16
Diffstat (limited to 'codepage.h')
-rw-r--r--codepage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codepage.h b/codepage.h
index 8775865..de5db7f 100644
--- a/codepage.h
+++ b/codepage.h
@@ -16,7 +16,7 @@
*/
typedef struct Codepage_l {
- int nr;
+ int nr;
unsigned char tounix[128];
} Codepage_t;