diff --git a/src/lsusb.rs b/src/lsusb.rs index 840b34a..82e59f3 100644 --- a/src/lsusb.rs +++ b/src/lsusb.rs @@ -867,7 +867,7 @@ pub mod display { " Transfer Type {:?}", endpoint.transfer_type ); - println!(" Sync Type {:?}", endpoint.sync_type); + println!(" Sync Type {:?}", endpoint.sync_type); println!(" Usage Type {:?}", endpoint.usage_type); println!( " wMaxPacketSize {:#06x} {} bytes",