summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/src/arraytypes.inc.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/core/src/arraytypes.inc.src b/numpy/core/src/arraytypes.inc.src
index bfcf104be..b5524134b 100644
--- a/numpy/core/src/arraytypes.inc.src
+++ b/numpy/core/src/arraytypes.inc.src
@@ -1850,10 +1850,10 @@ static PyArray_ArrFuncs _Py@NAME@_ArrFuncs = {
(PyArray_FillFunc*)NULL,
(PyArray_FillWithScalarFunc*)NULL,
{
- NULL, NULL, NULL, NULL
+ NULL, NULL, NULL
},
{
- NULL, NULL, NULL, NULL
+ NULL, NULL, NULL
},
NULL,
(PyArray_ScalarKindFunc*)NULL,
@@ -1925,10 +1925,10 @@ static PyArray_ArrFuncs _Py@NAME@_ArrFuncs = {
(PyArray_FillFunc*)@from@_fill,
(PyArray_FillWithScalarFunc*)@from@_fillwithscalar,
{
- NULL, NULL, NULL, NULL
+ NULL, NULL, NULL
},
{
- NULL, NULL, NULL, NULL
+ NULL, NULL, NULL
},
NULL,
(PyArray_ScalarKindFunc*)NULL,