summaryrefslogtreecommitdiff
path: root/apps/gui/color_picker.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/color_picker.h')
-rw-r--r--apps/gui/color_picker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/color_picker.h b/apps/gui/color_picker.h
index 8122b72a11..6993b5fcaf 100644
--- a/apps/gui/color_picker.h
+++ b/apps/gui/color_picker.h
@@ -22,7 +22,7 @@
22 22
23#ifdef HAVE_LCD_COLOR /* this file is a bit useless on non color lcds.. */ 23#ifdef HAVE_LCD_COLOR /* this file is a bit useless on non color lcds.. */
24 24
25bool set_color(struct screen *display, char *title, unsigned *color, 25bool set_color(struct screen *display, char *title,
26 unsigned banned_color); 26 unsigned *color, unsigned banned_color);
27 27
28#endif 28#endif