ソースを参照

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 */

読み込み中…
キャンセル
保存