diff options
Diffstat (limited to 'libbb/get_console.c')
-rw-r--r-- | libbb/get_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/get_console.c b/libbb/get_console.c index 0dc24cb..bfb7468 100644 --- a/libbb/get_console.c +++ b/libbb/get_console.c @@ -29,7 +29,7 @@ -/* From <linux/kd.h> */ +/* From <linux/kd.h> */ static const int KDGKBTYPE = 0x4B33; /* get keyboard type */ |