circle30bpl12 uses a code format for switch case statements that causes compiler warnings, an example case 'c': return; break; case 'd'; causes a unreachable code warning for it never reaches the break command all this patch does it remove the extra breaks kingmundi@hotmail.com