Added missing #endif

pull/1/head
Michael Brown 2006-03-23 19:23:25 +00:00
parent cb8e89de15
commit 55497b3402
1 changed files with 1 additions and 0 deletions

View File

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