[git commit future 1/1] _fpmaxtostr.h: missed one #endif

Khem Raj raj.khem at gmail.com
Sat Mar 19 18:51:25 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=b04bbad996431fd89a22f164e39f982b8957b114
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libc/stdio/_fpmaxtostr.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libc/stdio/_fpmaxtostr.h b/libc/stdio/_fpmaxtostr.h
index 89af45f..df0cc31 100644
--- a/libc/stdio/_fpmaxtostr.h
+++ b/libc/stdio/_fpmaxtostr.h
@@ -45,4 +45,6 @@ extern ssize_t _fpmaxtostr(FILE * fp, __fpmax_t x, struct printf_info *info,
 			   __fp_outfunc_t fp_outfunc) attribute_hidden;
 #endif
 
+#endif /* __UCLIBC_HAS_FLOATS__ */
+
 #endif
-- 
1.7.3.4



More information about the uClibc-cvs mailing list