aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 426e830ff3b..c2159627eb5 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2121,7 +2121,7 @@ struct sortstrlist
2121 it's more efficient to hold onto the memory instead of repeatedly 2121 it's more efficient to hold onto the memory instead of repeatedly
2122 allocating and freeing it. */ 2122 allocating and freeing it. */
2123static struct sortstrlist overlay_heads, overlay_tails; 2123static struct sortstrlist overlay_heads, overlay_tails;
2124static char *overlay_str_buf; 2124static unsigned char *overlay_str_buf;
2125 2125
2126/* Allocated length of overlay_str_buf. */ 2126/* Allocated length of overlay_str_buf. */
2127static int overlay_str_len; 2127static int overlay_str_len;