about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/zle_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_utils.c b/Src/Zle/zle_utils.c
index 927b88bba..c85f8450d 100644
--- a/Src/Zle/zle_utils.c
+++ b/Src/Zle/zle_utils.c
@@ -569,7 +569,7 @@ free_region_highlights_memos(void)
     for (rhp = region_highlights;
 	 rhp < region_highlights + n_region_highlights;
 	 rhp++) {
-	zfree(rhp->memo, 0);
+	zfree((char*) rhp->memo, 0);
     }
 }