summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 18:11:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 18:11:27 +0200
commit498d3d9c4b1b1201f1a8eaeb52cfd0dd9eaa047b (patch)
tree808b4e9b39af6d0a4ebd3ef60e0aee9e174db474 /wizards
parentbb86fd9e3c75464ac27fa1534e85a5ae236ec484 (diff)
Presumably missing break in switch
The code was like this ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import", but it looks more like the break was always missing than that it was an intended fallthrough. Note how the symmetric FIRSTRIGHT case does end in a break. Also note that in the original code, the fallthrough case RIGHT guarded its modifications with if (bTbx || n <= nPos) aInnerRect.Right() -= pCli->aSize.Width(); break; (where the surrounding if got since removed), so it was presumably less likely that an erroneous fallthrough actually caused any modifications. Change-Id: Idf7ee117f1e22dee19343684a2f56fbf464bdb7f
Diffstat (limited to 'wizards')
0 files changed, 0 insertions, 0 deletions