416c416
< while(i != transmitList.end() && !found) {
---
> while (i != transmitList.end() && !found) {