2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-06-18 01:20:49 +00:00

Added missing #endif

This commit is contained in:
Michael Brown
2006-03-23 19:23:25 +00:00
parent cb8e89de15
commit 55497b3402
+1
View File
@@ -47,5 +47,6 @@
#ifdef NDEBUG
#undef assert
#define assert(x) do {} while ( 0 )
#endif
#endif /* _ASSERT_H */