diff -r 20ace4ebfd86 -r 2034efee9702 dwm.h --- a/dwm.h Wed Oct 17 12:28:34 2007 +0200 +++ b/dwm.h Wed Oct 17 14:35:21 2007 +0200 @@ -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}; -