Commit 39a9aabb authored by raburton's avatar raburton

fix #elif build error

parent e6838fdd
...@@ -44,7 +44,7 @@ void InitKiCadAbout(wxAboutDialogInfo& info) ...@@ -44,7 +44,7 @@ void InitKiCadAbout(wxAboutDialogInfo& info)
description << (_("on GNU/Linux ")); description << (_("on GNU/Linux "));
#if __x86_64 #if __x86_64
description << (_("64 bits")); description << (_("64 bits"));
#elif #else
description << (_("32 bits")); description << (_("32 bits"));
#endif #endif
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment