From b22b13d008799a2adf8ca201a6350ce207f72cea Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 4 Sep 2016 12:42:40 +0200 Subject: [PATCH] dastworx, fix broken build due to typo in identifier --- dastworx/src/common.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dastworx/src/common.d b/dastworx/src/common.d index 29ddb17c..e98af0b9 100644 --- a/dastworx/src/common.d +++ b/dastworx/src/common.d @@ -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