Skip to content

Commit a38615b

Browse files
committed
Fix cdef definition for hs_stream_t
1 parent 54ff45f commit a38615b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperscan/hyperscan_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
typedef struct hs_scratch hs_scratch_t;
3737
3838
struct hs_stream;
39-
typedef struct hs_scratch hs_stream_t;
39+
typedef struct hs_stream hs_stream_t;
4040
4141
#define HS_SUCCESS 0
4242
#define HS_INVALID -1

0 commit comments

Comments
 (0)