diff options
-rw-r--r-- | Python/getargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getargs.c b/Python/getargs.c index 21815f9..b25b20a 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -112,7 +112,7 @@ vgetargs1(PyObject *args, char *format, va_list *p_va, int compat) } else if (level != 0) ; /* Pass */ - else if (c == 'e') + else if (c == 'e') ; /* Pass */ else if (isalpha(c)) max++; |