- find_visual_for_depth() did not return true on success

This commit is contained in:
cebix 2001-07-11 17:04:41 +00:00
parent 456830630c
commit 5fa9b2abe9

View File

@ -293,6 +293,7 @@ static bool find_visual_for_depth(video_depth depth)
case DirectColor: D(bug("DirectColor\n")); break; case DirectColor: D(bug("DirectColor\n")); break;
} }
#endif #endif
return true;
} }
// Add mode to list of supported modes // Add mode to list of supported modes