encoding/cbor: untouch net/common.odin

This commit is contained in:
Laytan
2024-02-06 20:41:53 +01:00
committed by Laytan Laats
parent 2a39c60fe4
commit 9fc8587e2c

View File

@@ -413,5 +413,4 @@ DNS_Record_Header :: struct #packed {
DNS_Host_Entry :: struct {
name: string,
addr: Address,
}
}