projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
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 526653a57eb81ac60c7b663cbbf842386f4c277a..94dbd8c293bbcf523b19810912c4e9297906d2e3 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};
-