summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-06-09 17:10:31 -0600
committerGitHub <noreply@github.com>2018-06-09 17:10:31 -0600
commitc3f99673d9df83082495c6847037c29898105758 (patch)
treef1f7789909fc163a1ab7d058ad2e40c46478b3b6
parent0c34d3d4674caac3831dd86f202299661bf348f7 (diff)
parent2fdf4cec553cca9a43409032b976bb1c1a872b66 (diff)
downloadnumpy-c3f99673d9df83082495c6847037c29898105758.tar.gz
Merge pull request #11291 from charris/fix-npy_get_floatstatus_barrier
BUG: Remove extra trailing parentheses.
-rw-r--r--numpy/core/src/npymath/ieee754.c.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/npymath/ieee754.c.src b/numpy/core/src/npymath/ieee754.c.src
index ea1792887..8b5eef87a 100644
--- a/numpy/core/src/npymath/ieee754.c.src
+++ b/numpy/core/src/npymath/ieee754.c.src
@@ -583,7 +583,7 @@ int npy_get_floatstatus() {
defined(__NetBSD__)
#include <ieeefp.h>
-int npy_get_floatstatus_barrier(char * param))
+int npy_get_floatstatus_barrier(char * param)
{
int fpstatus = fpgetsticky();
/*