summaryrefslogtreecommitdiff
path: root/src/gui_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 23feb6fb3..d6d37c4d1 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -4051,7 +4051,8 @@ gui_mch_enable_beval_area(beval)
if (beval == NULL)
return;
TRACE0("gui_mch_enable_beval_area {{{");
- BevalTimerId = SetTimer(s_textArea, 0, p_bdlay / 2, (TIMERPROC)BevalTimerProc);
+ BevalTimerId = SetTimer(s_textArea, 0, p_bdlay / 2,
+ (TIMERPROC)BevalTimerProc);
TRACE0("gui_mch_enable_beval_area }}}");
}