1
0
mirror of git://git.suckless.org/dwm synced 2025-04-08 18:27:15 +00:00

small cosmetic fix

This commit is contained in:
arg@suckless.org 2007-10-17 14:35:21 +02:00
parent 1dcb18c124
commit 8dc03d6e6b

3
dwm.h
View File

@ -184,8 +184,7 @@ Regs *regs = NULL;
/* 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};