billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=f52ea7660601afdf86369b43eb8feee05e6f5e4d
commit f52ea7660601afdf86369b43eb8feee05e6f5e4d Author: Boris Faure <[email protected]> Date: Sat Apr 11 00:30:20 2020 +0200 win.h: add missing void --- src/bin/win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/win.h b/src/bin/win.h index e08a9b8..c629f2d 100644 --- a/src/bin/win.h +++ b/src/bin/win.h @@ -90,6 +90,6 @@ void term_apply_shine(Term *term, int shine); void background_set_shine(Config *config, Evas_Object *bg); -void main_trans_update(); +void main_trans_update(void); #endif --
