diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
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. */ |
| 2123 | static struct sortstrlist overlay_heads, overlay_tails; | 2123 | static struct sortstrlist overlay_heads, overlay_tails; |
| 2124 | static char *overlay_str_buf; | 2124 | static unsigned char *overlay_str_buf; |
| 2125 | 2125 | ||
| 2126 | /* Allocated length of overlay_str_buf. */ | 2126 | /* Allocated length of overlay_str_buf. */ |
| 2127 | static int overlay_str_len; | 2127 | static int overlay_str_len; |