aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/options.c')
-rw-r--r--networking/udhcp/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c
index 0f17feb2a..76d6e3737 100644
--- a/networking/udhcp/options.c
+++ b/networking/udhcp/options.c
@@ -115,7 +115,7 @@ const uint8_t dhcp_option_lengths[] ALIGN1 = {
115 [OPTION_U16] = 2, 115 [OPTION_U16] = 2,
116 [OPTION_S16] = 2, 116 [OPTION_S16] = 2,
117 [OPTION_U32] = 4, 117 [OPTION_U32] = 4,
118 [OPTION_S32] = 4 118 [OPTION_S32] = 4,
119}; 119};
120 120
121 121