From: Kevin Day Date: Sun, 12 Jul 2020 15:07:33 +0000 (-0500) Subject: Cleanup: remove extra _. X-Git-Tag: 0.5.0~93 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=93eb947612c469c33312999be9abd055ffb9cbd0;p=fll Cleanup: remove extra _. --- 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.