From f39d9e9dca443e42920066be3a98fd9780e4ed33 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 22 Apr 2023 22:54:40 +0100 Subject: patch 9.0.1479: small source file problems; outdated list of distrib. files Problem: Small source file problems; outdated list of distributed files. Solution: Small updates to source files and list of distributed files. --- src/gui_beval.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui_beval.c') diff --git a/src/gui_beval.c b/src/gui_beval.c index 9d85d90e00..bbfa2ba7aa 100644 --- a/src/gui_beval.c +++ b/src/gui_beval.c @@ -404,8 +404,7 @@ pointer_event(BalloonEval *beval, int x, int y, unsigned state) } else { - beval->timerID = g_timeout_add((guint)p_bdlay, - &timeout_cb, beval); + beval->timerID = g_timeout_add((guint)p_bdlay, &timeout_cb, beval); } } } -- cgit v1.2.3