[client] egl: fixed typo

This commit is contained in:
Geoffrey McRae 2020-11-09 07:42:59 +11:00
parent dd7e0ea8c6
commit 36726bb349

View File

@ -137,7 +137,7 @@ static struct Option egl_options[] =
{ {
.module = "egl", .module = "egl",
.name = "cbMode", .name = "cbMode",
.description = "Colorblind Mode (0 = Off, 1 = Protanope, 2 = Deuteranope, 3 = Tritanope)", .description = "Color Blind Mode (0 = Off, 1 = Protanope, 2 = Deuteranope, 3 = Tritanope)",
.type = OPTION_TYPE_INT, .type = OPTION_TYPE_INT,
.value.x_int = 0 .value.x_int = 0
}, },