summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/about.cc')
-rw-r--r--gtk2_ardour/about.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc
index 3e50e24760..27df4b1b32 100644
--- a/gtk2_ardour/about.cc
+++ b/gtk2_ardour/about.cc
@@ -596,7 +596,7 @@ About::About ()
const std::string cpu_arch = _("PowerPC 64bit");
#elif defined __ppc__
const std::string cpu_arch = _("PowerPC 32bit");
-#elif && defined __LP64__
+#elif defined __LP64__
const std::string cpu_arch = _("64bit");
#else
const std::string cpu_arch = _("32bit"); // ARM, ALPHA,..