small cosmetic fix 8dc03d6e
arg@suckless.org · 2007-10-17 14:35 1 file(s) · +1 −2
dwm.h +1 −2
184 184
/* configuration, allows nested code to access above variables */
185 185
#include "config.h"
186 186
187 -
/* Statically define the number of tags. */
187 +
/* statically define the number of tags. */
188 188
unsigned int ntags = sizeof tags / sizeof tags[0];
189 189
Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True};
190 190
Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True};
191 -