Added additional return to accessibility_speak_windows

This commit is contained in:
Barry Rowe 2020-04-17 14:07:28 -07:00
parent 9588eb451b
commit 8988e2d34b

View File

@ -1044,6 +1044,7 @@ static bool accessibility_speak_windows(int speed,
return true;
}
#endif
return true;
}
#endif