summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Modules/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index c8d3afd38d..5e593f0a59 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -379,7 +379,7 @@ read_command_line(int argc, wchar_t **argv, _Py_CommandLineDetails *cmdline)
PyObject *warning_option = NULL;
wchar_t *command = NULL;
wchar_t *module = NULL;
- char c;
+ int c;
char *opt;
opt = Py_GETENV("PYTHONMALLOC");