Fix build for testvm and testdisplay

This commit is contained in:
Aaron Culliney 2014-10-09 20:54:11 -07:00
parent 96c7544feb
commit 429561643e

View File

@ -430,7 +430,7 @@ static void c_flash_cursor(int on) {
}
}
static void video_driver_sync(void) {
void video_driver_sync(void) {
if (is_headless) {
return;
}