Skip to content

Commit 134dcad

Browse files
committed
fix: tweak
1 parent 5f21f2c commit 134dcad

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
@@ -72,7 +72,7 @@ cdef class DNSIncoming:
7272
link=cython.uint,
7373
link_data=cython.uint
7474
)
75-
cdef cython.uint _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
75+
cdef _decode_labels_at_offset(self, unsigned int off, cython.list labels, cython.set seen_pointers)
7676

7777
cdef _read_header(self)
7878

0 commit comments

Comments
 (0)