diff --git a/dlls/riched20/paint.c b/dlls/riched20/paint.c index eba37ef..2955594 100644 --- a/dlls/riched20/paint.c +++ b/dlls/riched20/paint.c @@ -1099,7 +1099,7 @@ void ME_Scroll(ME_TextEditor *editor, int value, int type) } - void ME_UpdateScrollBar(ME_TextEditor *editor) +void ME_UpdateScrollBar(ME_TextEditor *editor) { /* Note that this is the only function that should ever call SetScrolLInfo * with SIF_PAGE or SIF_RANGE. SetScrollPos and SetScrollRange should never