From 4daa553328bf2c86534ace70b24bfbcdc17b8a6e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 31 Jul 2016 16:47:25 +0000 Subject: [PATCH] lib_asinl.c edited online with Bitbucket. Add missing # on endif. Noted by David Alessio. --- libc/math/lib_asinl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/math/lib_asinl.c b/libc/math/lib_asinl.c index a8cd862d95..088257a1e5 100644 --- a/libc/math/lib_asinl.c +++ b/libc/math/lib_asinl.c @@ -88,4 +88,4 @@ long double asinl(long double x) return y; } -endif /* CONFIG_HAVE_LONG_DOUBLE */ +#endif /* CONFIG_HAVE_LONG_DOUBLE */