summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 70a3fa2..e5766c6 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -686,8 +686,8 @@ struct plugin_api {
bool (*set_bool)(const char* string, const bool* variable );
#ifdef HAVE_LCD_COLOR
- bool (*set_color)(struct screen *display, char *title, unsigned *color,
- unsigned banned_color);
+ bool (*set_color)(struct screen *display, char *title,
+ unsigned *color, unsigned banned_color);
#endif
/* action handling */
int (*get_custom_action)(int context,int timeout,