From aecba92da40aa478dd0fb7fc27bf8115f1ec758c Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Tue, 25 Feb 2025 21:14:09 +0100 Subject: [PATCH] Update be_mapping_utils.c, add final newline to avoid compilation warning --- lib/libesp32/berry_mapping/src/be_mapping_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libesp32/berry_mapping/src/be_mapping_utils.c b/lib/libesp32/berry_mapping/src/be_mapping_utils.c index 18fad80af..3062c6747 100644 --- a/lib/libesp32/berry_mapping/src/be_mapping_utils.c +++ b/lib/libesp32/berry_mapping/src/be_mapping_utils.c @@ -145,4 +145,4 @@ int be_map_bin_search(const char * needle, const void * table, size_t elt_size, } else { return -1; } -} \ No newline at end of file +}