summaryrefslogtreecommitdiff
path: root/src/complex/creall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/creall.c')
-rw-r--r--src/complex/creall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/complex/creall.c b/src/complex/creall.c
index 56e64097..fd9dc347 100644
--- a/src/complex/creall.c
+++ b/src/complex/creall.c
@@ -1,6 +1,6 @@
#include <complex.h>
-long double creall(long double complex z)
+long double (creall)(long double complex z)
{
- return z;
+ return creall(z);
}