diff --git a/src/unix/unix.c b/src/unix/unix.c index b4d6daa17..de35f4e93 100644 --- a/src/unix/unix.c +++ b/src/unix/unix.c @@ -290,6 +290,8 @@ plat_get_string(int i) return L"Hardware not available"; case STRING_MONITOR_SLEEP: return L"Monitor in sleep mode"; + case STRING_EDID_TOO_LARGE: + return "EDID file \"%ls\" is too large."; } return L""; }