Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
1dcb18c
)
small cosmetic fix
author
[email protected]
<unknown>
Wed, 17 Oct 2007 12:35:21 +0000
(14:35 +0200)
committer
[email protected]
<unknown>
Wed, 17 Oct 2007 12:35:21 +0000
(14:35 +0200)
dwm.h
diff
|
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};
-