summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 2684d23..39b8c71 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -457,7 +457,7 @@ pymain_run_interactive_hook(int *exitcode)
goto error;
}
- result = _PyObject_CallNoArg(hook);
+ result = _PyObject_CallNoArgs(hook);
Py_DECREF(hook);
if (result == NULL) {
goto error;