about summary refs log tree commit diff
path: root/Src/Zle/complist.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-10-27 09:28:36 +0000
committerPeter Stephenson <pws@zsh.org>2015-10-27 09:28:36 +0000
commitd45a68c5463224f43721371fb7bd4cbc24e62874 (patch)
tree49f64e7412eccbb0444ea52bf62c48aa1eac0c69 /Src/Zle/complist.c
parent81fa9fd25a57ebaf7e242bc678a6fd179bbdb718 (diff)
downloadzsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar.gz
zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.tar.xz
zsh-d45a68c5463224f43721371fb7bd4cbc24e62874.zip
36974: fix some functions with empty argument lists
Diffstat (limited to 'Src/Zle/complist.c')
-rw-r--r--Src/Zle/complist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c
index 986ad31ea..29aaee82a 100644
--- a/Src/Zle/complist.c
+++ b/Src/Zle/complist.c
@@ -499,7 +499,7 @@ filecol(char *col)
  */
 
 static void
-getcols()
+getcols(void)
 {
     char *s;
     int i, l;
@@ -602,7 +602,7 @@ zcoff(void)
 
 
 static void
-initiscol()
+initiscol(void)
 {
     int i;
 
@@ -1909,7 +1909,7 @@ singlecalc(int *cp, int l, int *lcp)
 }
 
 static void
-singledraw()
+singledraw(void)
 {
     Cmgroup g;
     int mc1, mc2, ml1, ml2, md1, md2, mcc1, mcc2, lc1, lc2, t1, t2;