diff options
Diffstat (limited to 'patch/bar_status.h')
| -rw-r--r-- | patch/bar_status.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/bar_status.h b/patch/bar_status.h index e6d8ab0..4bf5e58 100644 --- a/patch/bar_status.h +++ b/patch/bar_status.h @@ -6,4 +6,5 @@ static int draw_status(Bar *bar, BarArg *a); #if BAR_EXTRASTATUS_PATCH static int draw_status_es(Bar *bar, BarArg *a); #endif // BAR_EXTRASTATUS_PATCH -static int click_status(Bar *bar, Arg *arg, BarArg *a);
\ No newline at end of file +static int click_status(Bar *bar, Arg *arg, BarArg *a); + |
