summaryrefslogtreecommitdiff
path: root/toys/other/hexedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/hexedit.c')
-rwxr-xr-x[-rw-r--r--]toys/other/hexedit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/hexedit.c b/toys/other/hexedit.c
index a52d66d..1f6b42e 100644..100755
--- a/toys/other/hexedit.c
+++ b/toys/other/hexedit.c
@@ -137,8 +137,6 @@ void hexedit_main(void)
fd = xopen(*toys.optargs, ro ? O_RDONLY : O_RDWR);
char keybuf[16];
- *keybuf = 0;
-
// Terminal setup
TT.height = 25;
terminal_size(0, &TT.height);