summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 63e0e8e..ec8291c 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -1266,7 +1266,7 @@ err_input(perrdetail *err)
/* Print fatal error message and abort */
void
-Py_FatalError(char *msg)
+Py_FatalError(const char *msg)
{
fprintf(stderr, "Fatal Python error: %s\n", msg);
#ifdef macintosh