Build fixes.

This commit is contained in:
Nicholas Marriott
2017-05-31 16:29:07 +01:00
parent f17ecaa495
commit 113356c848
4 changed files with 7 additions and 3 deletions

View File

@ -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;