fixed two comments af0034f3
arg@suckless.org · 2007-10-18 17:02 1 file(s) · +3 −1
dwm.c +3 −1
111 111
	regex_t *tagregex;
112 112
} Regs;
113 113
114 -
/* functions */
114 +
/* function declarations */
115 115
void applyrules(Client *c);
116 116
void arrange(void);
117 117
void attach(Client *c);
236 236
unsigned int ntags = sizeof tags / sizeof tags[0];
237 237
Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True};
238 238
Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True};
239 +
240 +
/* function implementations */
239 241
void
240 242
applyrules(Client *c) {
241 243
	static char buf[512];