diff options
Diffstat (limited to 'src/misc1.c')
-rw-r--r-- | src/misc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc1.c b/src/misc1.c index 0a6dc8721..a4b56286a 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -3891,7 +3891,7 @@ vim_beep( { #ifdef ELAPSED_FUNC static int did_init = FALSE; - static ELAPSED_TYPE start_tv; + static elapsed_T start_tv; /* Only beep once per half a second, otherwise a sequence of beeps * would freeze Vim. */ |