aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index c8e9702d..eecac462 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1242,7 +1242,7 @@ cmd_find_pane_offset(const char *paneptr, struct winlink *wl)
char *
cmd_template_replace(const char *template, const char *s, int idx)
{
- char ch, *buf;
+ char ch, *buf;
const char *ptr;
int replaced;
size_t len;