Skip to content

Commit

Permalink
Update be_mapping_utils.c, add final newline to avoid compilation war…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
s-hadinger authored Feb 25, 2025
1 parent 4ee4b59 commit aecba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libesp32/berry_mapping/src/be_mapping_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ int be_map_bin_search(const char * needle, const void * table, size_t elt_size,
} else {
return -1;
}
}
}

0 comments on commit aecba92

Please sign in to comment.