From 755db30028622de604ef98a5b28c2c4128b6f3d7 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 12 Nov 2024 00:17:31 -0700 Subject: Oh dang, I broke `make lint` a while back :( --- libdhcp/dhcp_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdhcp/dhcp_common.h') diff --git a/libdhcp/dhcp_common.h b/libdhcp/dhcp_common.h index 0be3a27..d400721 100644 --- a/libdhcp/dhcp_common.h +++ b/libdhcp/dhcp_common.h @@ -74,7 +74,7 @@ #include "config.h" #ifndef CONFIG_DHCP_OPT_SIZE - #define CONFIG_DHCP_OPT_SIZE DHCP_MSG_MIN_MAX_OPT_SIZE + #define CONFIG_DHCP_OPT_SIZE DHCP_MSG_MIN_MAX_OPT_SIZE #endif /* RFC 2131 definitions *******************************************************/ -- cgit v1.2.3-2-g168b