diff --git a/shared/config-parser.h b/shared/config-parser.h index f18d2c0b..af3f66a2 100644 --- a/shared/config-parser.h +++ b/shared/config-parser.h @@ -64,7 +64,7 @@ enum weston_option_type { struct weston_option { enum weston_option_type type; const char *name; - int short_name; + char short_name; void *data; };