Skip to content

Commit

Permalink
fix windows clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-solana committed Jan 17, 2025
1 parent bf09fd5 commit e2d1408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ fn add_to_path(new_path: &str) -> bool {
HWND_BROADCAST,
WM_SETTINGCHANGE,
0_usize,
"Environment\0".as_ptr() as LPARAM,
c"Environment".as_ptr() as LPARAM,
SMTO_ABORTIFHUNG,
5000,
ptr::null_mut(),
Expand Down

0 comments on commit e2d1408

Please sign in to comment.