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