diff --git a/vmm/src/device_manager.rs b/vmm/src/device_manager.rs index 95f9b5cb4..d151332b6 100644 --- a/vmm/src/device_manager.rs +++ b/vmm/src/device_manager.rs @@ -393,7 +393,7 @@ pub fn get_win_size() -> (u16, u16) { cols: u16, xpixel: u16, ypixel: u16, - }; + } let ws: WS = WS::default(); unsafe {