We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7665ca commit eb0dfa9Copy full SHA for eb0dfa9
1 file changed
Python/formatter_unicode.c
@@ -41,7 +41,7 @@ invalid_comma_type(Py_UCS4 presentation_type)
41
}
42
43
static void
44
-invalid_comma_and_underscore()
+invalid_comma_and_underscore(void)
45
{
46
PyErr_Format(PyExc_ValueError, "Cannot specify both ',' and '_'.");
47
0 commit comments