1
0
mirror of https://github.com/ErnyTech-Archive/JTDLib synced 2024-06-01 19:06:12 +02:00

Fix write mistake

This commit is contained in:
Ernesto Castellotti 2019-01-22 21:44:53 +01:00 committed by GitHub
parent f36dacf55d
commit ab1016125d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,6 @@ public enum Arch {
i386,
armhf,
aarch64,
ppc64el
ppc64el,
unknown
}