From: Kevin Day Date: Sat, 14 Jan 2023 05:07:54 +0000 (-0600) Subject: Cleanup: remove trailing 's' from _di_f_print_format_flag_. X-Git-Tag: 0.6.3~5 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=e6154c50a9d8ff0b83f31b6bb427970ef8616a3e;p=fll Cleanup: remove trailing 's' from _di_f_print_format_flag_. --- diff --git a/level_0/f_print/c/print/common.h b/level_0/f_print/c/print/common.h index 7205a20..515fa93 100644 --- a/level_0/f_print/c/print/common.h +++ b/level_0/f_print/c/print/common.h @@ -207,7 +207,7 @@ extern "C" { #define F_print_format_flag_width_d 0x4000 #define F_print_format_flag_width_value_d 0x8000 #define F_print_format_flag_zeros_leading_d 0x10000 -#endif // _di_f_print_format_flags_ +#endif // _di_f_print_format_flag_ /** * Provide type format flags.