Skip to content

Commit 07d7e6d

Browse files
committed
Fix typo
1 parent 83ccacc commit 07d7e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openwv.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ unsafe extern "C" fn CreateCdmInstance(
6565
return null_mut();
6666
}
6767

68-
// SAFETY: The API contract requires that `key_system`` be a valid pointer
69-
// to a buffer of length `key_system_size``.
68+
// SAFETY: The API contract requires that `key_system` be a valid pointer
69+
// to a buffer of length `key_system_size`.
7070
let Some(key_system_str) =
7171
(unsafe { slice_from_c(key_system as *const c_uchar, key_system_size as _) })
7272
else {

0 commit comments

Comments
 (0)