From 37a088efb73e119a6675241394926cdb47c11ab2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 13 Aug 2015 01:12:34 +0200 Subject: [PATCH] Compiler warning --- src/gwin/gwin_textedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gwin/gwin_textedit.c b/src/gwin/gwin_textedit.c index fe15f441..6e90b3ac 100644 --- a/src/gwin/gwin_textedit.c +++ b/src/gwin/gwin_textedit.c @@ -47,7 +47,7 @@ const int TEXT_PADDING = 3; gwinSetText((GHandle)gw, buf, TRUE); } - _gwinUpdate(&gw); + _gwinUpdate((GHandle)gw); } #endif