fix obvious typo

This commit is contained in:
Andreas Öman 2007-12-06 19:34:11 +00:00
parent 8fdc41a2ea
commit f58d8c6240

4
dvb.c
View file

@ -804,8 +804,10 @@ dvb_sdt_callback(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len,
chname++;
l = strlen(chname);
while(l > 1 && chname[l - 1] <= 32)
while(l > 1 && chname[l - 1] <= 32) {
chname[l - 1] = 0;
l--;
}
}
break;