From 15222bcdcb3fddd897117ac08ed18d206fa383d1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 30 Sep 2014 09:58:19 +0100 Subject: Fix some compiler warnings in Zle --- Src/Zle/compctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/compctl.c') diff --git a/Src/Zle/compctl.c b/Src/Zle/compctl.c index 52b9e9c82..0b7a32445 100644 --- a/Src/Zle/compctl.c +++ b/Src/Zle/compctl.c @@ -3416,7 +3416,7 @@ makecomplistflags(Compctl cc, char *s, int incmd, int compadd) *npp++ = tp; pp++; } - *npp = '\0'; + *npp = NULL; } } if (!dirs) { -- cgit 1.4.1