Skip to content

Commit 63f8910

Browse files
committed
Merge branch 'dopuskh3/zstd-external-library' of github.com:DataDog/zstd into dopuskh3/zstd-external-library
2 parents 3714d97 + 7b257e7 commit 63f8910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_zstd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ package zstd
99
#include<zstd.h>
1010
#if ZSTD_VERSION_NUMBER < 100400000
1111
#error "ZSTD version >= 1.4 is required"
12-
#enif
12+
#endif
1313
*/
1414
import "C"

0 commit comments

Comments
 (0)