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 38f9919..10ec459 100644 --- a/networking/udhcp/options.c +++ b/networking/udhcp/options.c @@ -255,6 +255,6 @@ int FAST_FUNC add_simple_option(uint8_t *optionptr, uint8_t code, uint32_t data) } } - bb_error_msg("cannot add option 0x%02x", code); + bb_error_msg("can't add option 0x%02x", code); return 0; } |