diff options
Diffstat (limited to 'patch/bar_status2d.h')
| -rw-r--r-- | patch/bar_status2d.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patch/bar_status2d.h b/patch/bar_status2d.h index cdaa2a8..ea48dd3 100644 --- a/patch/bar_status2d.h +++ b/patch/bar_status2d.h @@ -9,5 +9,5 @@ static int draw_status2d_es(Bar *bar, BarDrawArg *a); #if !BAR_STATUSCMD_PATCH static int click_status2d(Bar *bar, Arg *arg, BarClickArg *a); #endif // BAR_STATUSCMD_PATCH -static int drawstatusbar(int x, char* text); -static int status2dtextlength(char* stext);
\ No newline at end of file +static int drawstatusbar(int x, char *text); +static int status2dtextlength(char *stext);
\ No newline at end of file |
