From 113356c8481c792a0d757017dfe574878329171d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 31 May 2017 16:29:07 +0100 Subject: Build fixes. --- format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format.c') diff --git a/format.c b/format.c index 0fbeb5f7..8163a5cf 100644 --- a/format.c +++ b/format.c @@ -528,7 +528,7 @@ format_cb_current_command(struct format_tree *ft, struct format_entry *fe) } /* Callback for pane_current_path. */ -void +static void format_cb_current_path(struct format_tree *ft, struct format_entry *fe) { struct window_pane *wp = ft->wp; -- cgit