From 7070cb2b802d0a997cdad303eec8e2af9d8a07a9 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Mon, 21 Mar 2011 23:12:03 +0100
Subject: [PATCH 158/396] _fpmaxtostr.h: missed one #endif

Signed-off-by: Peter S. Mazinger <ps.m@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.0.4

