# HG changeset patch # User arg@suckless.org # Date 1192624521 -7200 # Node ID 2034efee9702ed81db92f477e9e2447482bf4799 # Parent 20ace4ebfd8657d3941c5a5f4d7bf4c9f44ba705 small cosmetic fix 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}; -