kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=6b1668d60b214d2f4d42f66da7238053bc914f3b

commit 6b1668d60b214d2f4d42f66da7238053bc914f3b
Author: Kim Woelders <k...@woelders.dk>
Date:   Sat Apr 24 08:49:07 2021 +0200

    glwin.c: Fix incorrect config item size
---
 src/glwin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glwin.c b/src/glwin.c
index cdeb8ba9..66883b2a 100644
--- a/src/glwin.c
+++ b/src/glwin.c
@@ -53,7 +53,7 @@
 #endif /* ENABLE_DEBUG */
 
 static struct {
-   char                mode;
+   int                 mode;
 } Conf_glwin;
 
 static struct {

-- 


Reply via email to