Make ME_ArrowLeft() return a value in every case.

This commit is contained in:
Gerald Pfeifer 2005-03-14 10:08:00 +00:00 committed by Alexandre Julliard
parent 2bbc7941da
commit 04606af829

View file

@ -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)