Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Jan 14, 2025
1 parent a3a8506 commit 3b4e62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/vxlapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub fn xl_open_port(user_name: &str, access_mask: XLaccess, init: bool) -> Resul
let mut port_handle = std::mem::zeroed();
let mut permission_mask = std::mem::zeroed();
if init {
access_mask = access_mask; // Request init access so we can change bitrate
permission_mask = access_mask; // Request init access so we can change bitrate
}

let status = xl::xlOpenPort(
Expand Down

0 comments on commit 3b4e62b

Please sign in to comment.