Explorar o código

small cosmetic fix

arg@suckless.org %!s(int64=18) %!d(string=hai) anos
pai
achega
8dc03d6e6b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      dwm.h

+ 1 - 2
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};
-