2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-27 03:39:15 +00:00

Added missing #endif

This commit is contained in:
Michael Brown 2006-03-23 19:23:25 +00:00
parent cb8e89de15
commit 55497b3402

View File

@ -47,5 +47,6 @@
#ifdef NDEBUG
#undef assert
#define assert(x) do {} while ( 0 )
#endif
#endif /* _ASSERT_H */