aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-08-13 01:12:34 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-08-13 01:12:34 +0200
commit37a088efb73e119a6675241394926cdb47c11ab2 (patch)
treee3d9f748ab6be640518d83b55db2f8c97e0e9346
parent5fb63ebed6f8c44bdf39c741ffba698d20e866ff (diff)
downloaduGFX-37a088efb73e119a6675241394926cdb47c11ab2.tar.gz
uGFX-37a088efb73e119a6675241394926cdb47c11ab2.tar.bz2
uGFX-37a088efb73e119a6675241394926cdb47c11ab2.zip
Compiler warning
-rw-r--r--src/gwin/gwin_textedit.c2
1 files changed, 1 insertions, 1 deletions
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