diff options
Diffstat (limited to 'networking/udhcp/options.c')
-rw-r--r-- | networking/udhcp/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/options.c b/networking/udhcp/options.c index 0f17feb..76d6e37 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c @@ -115,7 +115,7 @@ const uint8_t dhcp_option_lengths[] ALIGN1 = { [OPTION_U16] = 2, [OPTION_S16] = 2, [OPTION_U32] = 4, - [OPTION_S32] = 4 + [OPTION_S32] = 4, }; |