Fix missing break statement (CID #1108253)
This commit is contained in:
parent
2094bbb315
commit
6e536502db
@ -580,6 +580,7 @@ elantech_open(const char *name, uint32 flags, void **_cookie)
|
||||
break;
|
||||
case 5:
|
||||
cookie->version = 3;
|
||||
break;
|
||||
case 6:
|
||||
case 7:
|
||||
cookie->version = 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user