about summary refs log tree commit diff
path: root/Src/Zle/zle_thingy.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/zle_thingy.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/zle_thingy.c')
-rw-r--r--Src/Zle/zle_thingy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_thingy.c b/Src/Zle/zle_thingy.c
index c6ef8e6a0..271fd8efc 100644
--- a/Src/Zle/zle_thingy.c
+++ b/Src/Zle/zle_thingy.c
@@ -626,7 +626,7 @@ bin_zle_complete(char *name, char **args, UNUSED(Options ops), UNUSED(char func)
 
 /**/
 static int
-zle_usable()
+zle_usable(void)
 {
     return zleactive && !incompctlfunc && !incompfunc
 #if 0