lib_asinl.c edited online with Bitbucket. Add missing # on endif. Noted by David Alessio.

This commit is contained in:
Gregory Nutt 2016-07-31 16:47:25 +00:00
parent c145159c6b
commit 4daa553328

View File

@ -88,4 +88,4 @@ long double asinl(long double x)
return y;
}
endif /* CONFIG_HAVE_LONG_DOUBLE */
#endif /* CONFIG_HAVE_LONG_DOUBLE */