diff options
Diffstat (limited to 'patch/bar_indicators.c')
| -rw-r--r-- | patch/bar_indicators.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/bar_indicators.c b/patch/bar_indicators.c index 91e0a5b..62326bc 100644 --- a/patch/bar_indicators.c +++ b/patch/bar_indicators.c @@ -107,4 +107,5 @@ drawstateindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, drawindicator(m, c, occ, x, y, w, h, tag, filled, invert, floatindicatortype); else drawindicator(m, c, occ, x, y, w, h, tag, filled, invert, tiledindicatortype); -}
\ No newline at end of file +} + |
