1
0
forked from ErnyTech/JTDLib

Fix write mistake

This commit is contained in:
Ernesto Castellotti 2019-01-22 21:44:53 +01:00 committed by GitHub
parent 97391980e6
commit 0055477dfe

View File

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