Skip to content

Commit

Permalink
fmt :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman committed Sep 5, 2024
1 parent ff4a0a5 commit f3e9c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esp-wifi/src/compat/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ unsafe extern "C" fn strcmp(str1: *const i8, str2: *const i8) -> i32 {
}
}


#[cfg(feature = "have-strchr")]
extern "C" {
fn strchr(str: *const i8, c: i32) -> *const i8;
Expand Down

0 comments on commit f3e9c05

Please sign in to comment.