diff options
author | arg@suckless.org <unknown> | 2007-10-17 14:35:21 +0200 |
---|---|---|
committer | arg@suckless.org <unknown> | 2007-10-17 14:35:21 +0200 |
commit | 8dc03d6e6be7092f9f5595e03295efc2488f65b9 (patch) | |
tree | da20aa8e5caeb92f781df6617a8b7f3fb10fb9df /dwm.h | |
parent | 1dcb18c124d28515f896f6e929ea317d33b72923 (diff) |
small cosmetic fix
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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}; - |