mirror of https://github.com/0intro/wmii
fixed typo reported by gulateri
This commit is contained in:
parent
1bee486269
commit
1e426a0e51
|
@ -243,7 +243,7 @@ update_tags()
|
|||
}
|
||||
for(i = 0; i < nctag; i++) {
|
||||
if(!istag(newctag, ctag[i], nnewctag)) {
|
||||
snprintf(buf, sizeof(buf), "RemoveTagT %s\n", ctag[i]);
|
||||
snprintf(buf, sizeof(buf), "RemoveTag %s\n", ctag[i]);
|
||||
write_event(buf);
|
||||
}
|
||||
free(ctag[i]);
|
||||
|
|
Loading…
Reference in New Issue