fixed typo reported by gulateri

This commit is contained in:
Anselm R. Garbe 2006-03-10 23:30:47 +01:00
parent 1bee486269
commit 1e426a0e51
1 changed files with 1 additions and 1 deletions

View File

@ -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]);