mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
The break statement was unnecessary because the goto on the line before it returns from the routine so it can never be reached
The break statement was unnecessary because the goto on the line before it returns from the routine so it can never be reached