diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-31 16:29:07 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-31 16:29:07 +0100 |
commit | 113356c8481c792a0d757017dfe574878329171d (patch) | |
tree | 111380a1dc13ea6e3a3ab4ad4c1e6c4d733a6db3 /format.c | |
parent | f17ecaa49544509e93716a84b6510990ed90ceca (diff) | |
download | rtmux-113356c8481c792a0d757017dfe574878329171d.tar.gz rtmux-113356c8481c792a0d757017dfe574878329171d.tar.bz2 rtmux-113356c8481c792a0d757017dfe574878329171d.zip |
Build fixes.
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |