浏览代码

Added missing #endif

tags/v0.9.3
Michael Brown 18 年前
父节点
当前提交
55497b3402
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/include/assert.h

+ 1
- 0
src/include/assert.h 查看文件

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

正在加载...
取消
保存