mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.1924
Problem: Missing "void" for functions without argument. Solution: Add "void". (Hirohito Higashi)
This commit is contained in:
@@ -1174,7 +1174,7 @@ timer_callback(timer_T *timer)
|
||||
* Return the time in msec until the next timer is due.
|
||||
*/
|
||||
long
|
||||
check_due_timer()
|
||||
check_due_timer(void)
|
||||
{
|
||||
timer_T *timer;
|
||||
long this_due;
|
||||
|
Reference in New Issue
Block a user