Skip to content

Commit 5eb4609

Browse files
lygstateeyalroz
authored andcommitted
Regards #173: Now using C89-style comments (/* */) rather than C++/C99-style single-line comments (//)
Signed-off-by: Yonggang Luo <[email protected]>
1 parent 29273e9 commit 5eb4609

File tree

3 files changed

+360
-258
lines changed

3 files changed

+360
-258
lines changed

printf_config.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
#define PRINTF_LOG10_TAYLOR_TERMS @LOG10_TAYLOR_TERMS@
1919
#define PRINTF_CHECK_FOR_NUL_IN_FORMAT_SPECIFIER @PRINTF_CHECK_FOR_NUL_IN_FORMAT_SPECIFIER@
2020

21-
#endif // PRINTF_CONFIG_H_
21+
#endif /* PRINTF_CONFIG_H_ */
2222

0 commit comments

Comments
 (0)