change superflous elif to else

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-02-26 10:05:56 +00:00
parent a933a5449e
commit af79064d31

View File

@@ -760,7 +760,7 @@ typedef wxUint16 wxWord;
typedef long wxInt32;
typedef unsigned long wxUint32;
#elif
#else
/* wxWidgets is not ready for 128bit systems yet... */
#error "Unknown sizeof(int) value, what are you compiling for?"
#endif