aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 9f7c26031..14a16674c 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1174,7 +1174,7 @@ unsigned long long bb_makedev(unsigned int major, unsigned int minor) FAST_FUNC;
1174 1174
1175/* "Keycodes" that report an escape sequence. 1175/* "Keycodes" that report an escape sequence.
1176 * We use something which fits into signed char, 1176 * We use something which fits into signed char,
1177 * yet doesn't represent any valid Unicode characher. 1177 * yet doesn't represent any valid Unicode character.
1178 * Also, -1 is reserved for error indication and we don't use it. */ 1178 * Also, -1 is reserved for error indication and we don't use it. */
1179enum { 1179enum {
1180 KEYCODE_UP = -2, 1180 KEYCODE_UP = -2,