Remove #end in btScalar.h

Fixes Issue 674
This commit is contained in:
erwin.coumans
2012-11-24 22:14:13 +00:00
parent 9eddd42347
commit 6964612e8c

View File

@@ -207,8 +207,7 @@ inline int btGetVersion()
}
#else//defined (__i386__) || defined (__x86_64__)
#define btAssert assert
#end//defined (__i386__) || defined (__x86_64__)
#endif
#endif//defined (__i386__) || defined (__x86_64__)
#else//defined(DEBUG) || defined (_DEBUG)
#define btAssert(x)
#endif//defined(DEBUG) || defined (_DEBUG)