diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 5a270cdca..f04f555c0 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1786,7 +1786,7 @@ extern const char bb_msg_can_not_create_raw_socket[] ALIGN1; | |||
1786 | extern const char bb_msg_perm_denied_are_you_root[] ALIGN1; | 1786 | extern const char bb_msg_perm_denied_are_you_root[] ALIGN1; |
1787 | extern const char bb_msg_you_must_be_root[] ALIGN1; | 1787 | extern const char bb_msg_you_must_be_root[] ALIGN1; |
1788 | extern const char bb_msg_requires_arg[] ALIGN1; | 1788 | extern const char bb_msg_requires_arg[] ALIGN1; |
1789 | extern const char bb_msg_invalid_arg[] ALIGN1; | 1789 | extern const char bb_msg_invalid_arg_to[] ALIGN1; |
1790 | extern const char bb_msg_standard_input[] ALIGN1; | 1790 | extern const char bb_msg_standard_input[] ALIGN1; |
1791 | extern const char bb_msg_standard_output[] ALIGN1; | 1791 | extern const char bb_msg_standard_output[] ALIGN1; |
1792 | 1792 | ||