]> git.saurik.com Git - wxWidgets.git/commitdiff
#elif -> #else
authorMattia Barbon <mbarbon@cpan.org>
Thu, 18 Oct 2001 21:18:32 +0000 (21:18 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 18 Oct 2001 21:18:32 +0000 (21:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/timercmn.cpp

index 7746d40ca743c75651a0061c68f67095d5c51122..0a9261b9122ad49ae400ca0f5986252391435308 100644 (file)
@@ -334,7 +334,7 @@ wxLongLong wxGetLocalTimeMillis()
         #pragma message("wxStopWatch will be up to second resolution!")
     #elif defined(__BORLANDC__)
         #pragma message "wxStopWatch will be up to second resolution!"
-    #elif
+    #else
         #warning "wxStopWatch will be up to second resolution!"
     #endif // compiler
 #endif