From 93eb947612c469c33312999be9abd055ffb9cbd0 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 12 Jul 2020 10:07:33 -0500 Subject: [PATCH] Cleanup: remove extra _. --- level_2/fll_fss/c/fss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_2/fll_fss/c/fss.h b/level_2/fll_fss/c/fss.h index 9b0fc1a..ea3cd87 100644 --- a/level_2/fll_fss/c/fss.h +++ b/level_2/fll_fss/c/fss.h @@ -367,7 +367,7 @@ extern "C" { */ #ifndef _di_fll_fss_snatch_map_mash_apart_ extern f_return_status fll_fss_snatch_map_mash_apart(const f_string_static buffer, const f_fss_objects objects, const f_fss_contents contents, const f_string names[], const f_string_length lengths[], const f_string_length size, const f_string glue, const f_string_length glue_length, f_string_map_multis *values[], f_array_lengths *indexs[]); -#endif // _di_fll_fss_snatch_map_mash_apart__ +#endif // _di_fll_fss_snatch_map_mash_apart_ /** * Perform simple search through all objects against the given set, saving all values to a map when matched. -- 1.8.3.1