about summary refs log tree commit diff stats
path: root/src/LYEditmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYEditmap.c')
-rw-r--r--src/LYEditmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYEditmap.c b/src/LYEditmap.c
index 4124f596..dec2ac99 100644
--- a/src/LYEditmap.c
+++ b/src/LYEditmap.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYEditmap.c,v 1.75 2018/03/10 01:31:27 tom Exp $
+ * $LynxId: LYEditmap.c,v 1.76 2018/12/27 10:33:52 tom Exp $
  *
  * LYEditMap.c
  * Keybindings for line and form editing.
@@ -1732,6 +1732,7 @@ static void initLineEditor(LYEditConfig * table)
     const LYEditInit *init = table->init;
 
     memset(used, 0, sizeof(LYEditCode) * KEYMAP_SIZE);
+
     for (k = 0; init[k].code >= 0; ++k) {
 	int code = init[k].code;