diff options
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ struct Pertag { int showbars[LENGTH(tags) + 1]; /* display bar for the current tag */ }; - + static unsigned int scratchtag = 1 << LENGTH(tags); /* compile-time check if all tags fit into an unsigned int bit array. */ |