From 6ab77f00ff8c4a30bf663f6e4ee39b9b23d3ef32 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 29 May 2007 17:01:07 +0000 Subject: 23488: tidy up module interface and documentation --- Src/Zle/zle_thingy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/zle_thingy.c') diff --git a/Src/Zle/zle_thingy.c b/Src/Zle/zle_thingy.c index 42e32f142..536ddcd6a 100644 --- a/Src/Zle/zle_thingy.c +++ b/Src/Zle/zle_thingy.c @@ -590,7 +590,7 @@ bin_zle_complete(char *name, char **args, UNUSED(Options ops), UNUSED(char func) Thingy t; Widget w, cw; - if (require_module(name, "zsh/complete", NULL) == 1) { + if (require_module("zsh/complete", NULL) == 1) { zwarnnam(name, "can't load complete module"); return 1; } -- cgit 1.4.1