]> git.armaanb.net Git - dwm.git/commitdiff
small cosmetic fix
authorarg@suckless.org <unknown>
Wed, 17 Oct 2007 12:35:21 +0000 (14:35 +0200)
committerarg@suckless.org <unknown>
Wed, 17 Oct 2007 12:35:21 +0000 (14:35 +0200)
dwm.h

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"
 
-/* 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};
-