mirror of https://gitlab.com/basile.b/dexed.git
dastworx, fix broken build due to typo in identifier
This commit is contained in:
parent
1f4fcd682e
commit
b22b13d008
dastworx/src
|
@ -168,7 +168,7 @@ private static immutable predefinedVersions = [
|
|||
"X86_64"
|
||||
];
|
||||
|
||||
private void fillBadVrsions()
|
||||
private void fillBadVersions()
|
||||
{
|
||||
// note: compiler switch -m32/64 can lead to wrong results
|
||||
|
||||
|
|
Loading…
Reference in New Issue