Skip to content

Commit

Permalink
Fix spelling of AVCaptureDeviceTypeExternalUnknown
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilwade authored and l1npengtul committed Dec 25, 2022
1 parent 8b22c99 commit 79faf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nokhwa-bindings-macos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ mod internal {
str_to_nsstr("AVCaptureDeviceTypeBuiltInTrueDepthCamera")
}
AVCaptureDeviceType::ExternalUnknown => {
str_to_nsstr("AVCaptureDeviceTypeBuiltInExternalUnknown")
str_to_nsstr("AVCaptureDeviceTypeExternalUnknown")
}
}
}
Expand Down

0 comments on commit 79faf1b

Please sign in to comment.