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.
diff --git a/src/gui_beval.c b/src/gui_beval.c
index 9d85d90..bbfa2ba 100644
--- a/src/gui_beval.c
+++ b/src/gui_beval.c
@@ -404,8 +404,7 @@
}
else
{
- beval->timerID = g_timeout_add((guint)p_bdlay,
- &timeout_cb, beval);
+ beval->timerID = g_timeout_add((guint)p_bdlay, &timeout_cb, beval);
}
}
}