]> Kevux Git Server - fll/commitdiff
Cleanup: remove extra _.
authorKevin Day <thekevinday@gmail.com>
Sun, 12 Jul 2020 15:07:33 +0000 (10:07 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 12 Jul 2020 15:07:33 +0000 (10:07 -0500)
level_2/fll_fss/c/fss.h

index 9b0fc1ab34de737fca58ff6f5e53b00251e6f533..ea3cd87abd754ccd019f85db120f88ba02f0a1db 100644 (file)
@@ -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.