*BSD: fix extra #endif

This commit is contained in:
Christian Jullien 2021-01-01 16:01:03 +01:00
parent 33257c6439
commit 9a2a05ba1e

View File

@ -27,7 +27,6 @@ typedef signed __INT64_TYPE__ int64_t;
typedef unsigned __INT64_TYPE__ uint64_t;
#endif
#endif
#endif
#ifndef NULL
#define NULL ((void*)0)