fix #elif build error

This commit is contained in:
raburton 2008-08-22 13:36:05 +00:00
parent e6838fdd7c
commit 39a9aabbf5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ void InitKiCadAbout(wxAboutDialogInfo& info)
description << (_("on GNU/Linux "));
#if __x86_64
description << (_("64 bits"));
#elif
#else
description << (_("32 bits"));
#endif
#endif