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 30d3006ad..8ad92263e 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -690,7 +690,7 @@ extern const char bb_msg_standard_input[]; | |||
690 | extern const char bb_msg_standard_output[]; | 690 | extern const char bb_msg_standard_output[]; |
691 | 691 | ||
692 | extern const char bb_str_default[]; | 692 | extern const char bb_str_default[]; |
693 | /* NB: (bb_hexdigits_upcase[i] | 0x10) -> lowercase hex digit */ | 693 | /* NB: (bb_hexdigits_upcase[i] | 0x20) -> lowercase hex digit */ |
694 | extern const char bb_hexdigits_upcase[]; | 694 | extern const char bb_hexdigits_upcase[]; |
695 | 695 | ||
696 | extern const char bb_path_mtab_file[]; | 696 | extern const char bb_path_mtab_file[]; |