Commit 04606af8 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Make ME_ArrowLeft() return a value in every case.

parent 2bbc7941
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment