Esme Povirk (@madewokherd) commented about dlls/sane.ds/ui.c:
case IDCANCEL: WARN("User cancelled\n"); activeDS.userCancelled = TRUE;
break; } }
This needs another break statement for the outer switch, and it should be added to the commit that introduced the switch statements.