Skip to content

Commit 4d076f4

Browse files
committed
fix: drop void
1 parent 4be8148 commit 4d076f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zeroconf/_protocol/incoming.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cdef class DNSIncoming:
7878
link=cython.uint,
7979
link_data=cython.uint
8080
)
81-
cdef cython.int _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
81+
cdef _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
8282

8383
cdef _read_header(self)
8484

0 commit comments

Comments
 (0)