aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
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;
1786extern const char bb_msg_perm_denied_are_you_root[] ALIGN1; 1786extern const char bb_msg_perm_denied_are_you_root[] ALIGN1;
1787extern const char bb_msg_you_must_be_root[] ALIGN1; 1787extern const char bb_msg_you_must_be_root[] ALIGN1;
1788extern const char bb_msg_requires_arg[] ALIGN1; 1788extern const char bb_msg_requires_arg[] ALIGN1;
1789extern const char bb_msg_invalid_arg[] ALIGN1; 1789extern const char bb_msg_invalid_arg_to[] ALIGN1;
1790extern const char bb_msg_standard_input[] ALIGN1; 1790extern const char bb_msg_standard_input[] ALIGN1;
1791extern const char bb_msg_standard_output[] ALIGN1; 1791extern const char bb_msg_standard_output[] ALIGN1;
1792 1792