pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dcb18c
)
small cosmetic fix
author
arg@suckless.org
<unknown>
Wed, 17 Oct 2007 12:35:21 +0000
(14:35 +0200)
committer
arg@suckless.org
<unknown>
Wed, 17 Oct 2007 12:35:21 +0000
(14:35 +0200)
dwm.h
patch
|
blob
|
history
diff --git
a/dwm.h
b/dwm.h
index
526653a
..
94dbd8c
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-184,8
+184,7
@@
Regs *regs = NULL;
/* configuration, allows nested code to access above variables */
#include "config.h"
-/*
S
tatically define the number of tags. */
+/*
s
tatically 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};
-