diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 00:17:31 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 00:17:31 -0700 |
commit | 755db30028622de604ef98a5b28c2c4128b6f3d7 (patch) | |
tree | e56d5cad9816a61a18434bb88b8fee5a07dbc034 /libdhcp/dhcp_client.c | |
parent | dd83b1e231ea89e4ceb3302d3b68fca4761b11b8 (diff) |
Oh dang, I broke `make lint` a while back :(
Diffstat (limited to 'libdhcp/dhcp_client.c')
-rw-r--r-- | libdhcp/dhcp_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdhcp/dhcp_client.c b/libdhcp/dhcp_client.c index 4ab456c..3c6ed8d 100644 --- a/libdhcp/dhcp_client.c +++ b/libdhcp/dhcp_client.c @@ -429,7 +429,7 @@ static bool dhcp_client_send(struct dhcp_client *client, uint8_t msgtyp, const c } struct dhcp_recv_msg { - struct dhcp_msg raw; + struct dhcp_msg raw; struct { uint16_t len; uint8_t *dat; |