Skip to content

Commit 4294cbb

Browse files
authored
Fix typo in atl_paths ("atlfmc" --> "atlmfc") (#592)
1 parent 3f0aa40 commit 4294cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows_registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ mod impl_ {
403403
}
404404

405405
fn atl_paths(target: &str, path: &Path) -> Option<(PathBuf, PathBuf)> {
406-
let atl_path = path.join("atlfmc");
406+
let atl_path = path.join("atlmfc");
407407
let sub = lib_subdir(target)?;
408408
if atl_path.exists() {
409409
Some((atl_path.join("lib").join(sub), atl_path.join("include")))

0 commit comments

Comments
 (0)