projectNe10/Ne10

Missing break in case statement

Opened this issue · 0 comments

Hi, if anybody is interested, this case statement is missing the break statement. The error was introduced several years ago:

This refactor
79c3d78#diff-7bc71b336fad4d87a079da7976508f25395f0ca604c5e19b4be9919007a5e4a0
missed the opportunity to spot the misplaced break and instead removed it.