diff options
Diffstat (limited to 'patch/tab.c')
| -rw-r--r-- | patch/tab.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/tab.c b/patch/tab.c index be6a59a..30a14d1 100644 --- a/patch/tab.c +++ b/patch/tab.c @@ -129,4 +129,5 @@ tabmode(const Arg *arg) else selmon->showtab = (selmon->showtab + 1 ) % showtab_nmodes; arrange(selmon); -}
\ No newline at end of file +} + |
