summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-27 14:13:45 +0200
committerAndras Timar <andras.timar@collabora.com>2018-04-03 10:25:07 +0200
commit49b834a17331d709638635ad8700597a41004059 (patch)
tree4a7b46cea34c4f8cbc48adcd00685e133f8c4751 /desktop
parentea562780947fda38307841c6736b80a5f72c59dd (diff)
Fix typo ("x86_64" -> "X86_64")
...introduced with 2d2294fb82bd4f0d1d805405631aeb1acbc36cbb "Add x64 Windows here, too". As reported by Richard Webb at <https://lists.freedesktop.org/archives/libreoffice/2018-March/079870.html> "Re: Manifest.xml for 64bit LO". Change-Id: I1681908012e73e520bebd79b8149788358ea49a3 Reviewed-on: https://gerrit.libreoffice.org/51946 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 045e2755163042c3c0bc83595b1c73104cb76721) Reviewed-on: https://gerrit.libreoffice.org/51950 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 6d142e8f0a3dfb609ccaf9dd8905a16ed5525c36)
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/misc/dp_platform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_platform.cxx b/desktop/source/deployment/misc/dp_platform.cxx
index f888c6da4a52..74d80e9f1e9e 100644
--- a/desktop/source/deployment/misc/dp_platform.cxx
+++ b/desktop/source/deployment/misc/dp_platform.cxx
@@ -77,7 +77,7 @@ namespace
else if (token == "windows_x86")
ret = checkOSandCPU("Windows", "x86");
else if (token == "windows_x86_64")
- ret = checkOSandCPU("Windows", "x86_64");
+ ret = checkOSandCPU("Windows", "X86_64");
else if (token == "solaris_sparc")
ret = checkOSandCPU("Solaris", "SPARC");
else if (token == "solaris_sparc64")