about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-23 11:39:33 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-23 11:39:33 +0000
commita1adde7affd7e3988d3febd7e1721fc695684052 (patch)
tree30348840a93c6da886c3dfe9c9434104a0aaf1e1
parentb02c1ec19aad941dc5f2cc28c92934d0bde3f54c (diff)
downloadzsh-a1adde7affd7e3988d3febd7e1721fc695684052.tar.gz
zsh-a1adde7affd7e3988d3febd7e1721fc695684052.tar.xz
zsh-a1adde7affd7e3988d3febd7e1721fc695684052.zip
zsh-workers/8744
-rw-r--r--Src/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/init.c b/Src/init.c
index 07410cc6a..1860fdd8d 100644
--- a/Src/init.c
+++ b/Src/init.c
@@ -1021,6 +1021,7 @@ fallback_zleread(char *lp, char *rp, int ha)
 
 /* compctl entry point pointers.  Similar to the ZLE ones. */
 
+/**/
 CompctlReadFn compctlreadptr = fallback_compctlread;
 
 /**/