small cosmetic fix
arg@suckless.org unknown
Wed, 17 Oct 2007 14:35:21 +0200
1 files changed,
1 insertions(+),
2 deletions(-)
jump to
M
dwm.h
→
dwm.h
@@ -184,8 +184,7 @@
/* configuration, allows nested code to access above variables */ #include "config.h" -/* Statically define the number of tags. */ +/* statically define the number of tags. */ unsigned int ntags = sizeof tags / sizeof tags[0]; Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True}; Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True}; -