From afeffdab79604c2388e83de4e8f4a80daead0b83 Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sat, 27 Jun 2015 13:14:32 -0700 Subject: [PATCH] Tweak to avoid GCC complaint --- src/video/gltouchkbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/gltouchkbd.c b/src/video/gltouchkbd.c index 3d57b3c7..36f113c7 100644 --- a/src/video/gltouchkbd.c +++ b/src/video/gltouchkbd.c @@ -35,7 +35,7 @@ #define KBD_OBJ_H 1.5 HUD_CLASS(GLModelHUDKeyboard, - char *pixelsAlt; // alternate color pixels + uint8_t *pixelsAlt; // alternate color pixels ); static bool isAvailable = false; // Were there any OpenGL/memory errors on gltouchkbd initialization?