diff options
Diffstat (limited to 'glib/gnulib/isinf.c')
-rw-r--r-- | glib/gnulib/isinf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gnulib/isinf.c b/glib/gnulib/isinf.c index e7b44b98d..7290fb6d4 100644 --- a/glib/gnulib/isinf.c +++ b/glib/gnulib/isinf.c @@ -27,4 +27,4 @@ int gl_isinfl (long double x) { return gl_isinfd (x); -}
\ No newline at end of file +} |