mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
Make ME_ArrowLeft() return a value in every case.
This commit is contained in:
parent
2bbc7941da
commit
04606af829
@ -404,6 +404,7 @@ BOOL ME_ArrowLeft(ME_TextEditor *editor, ME_Cursor *p)
|
||||
}
|
||||
assert(0);
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOL ME_ArrowRight(ME_TextEditor *editor, ME_Cursor *p)
|
||||
|
Loading…
Reference in New Issue
Block a user