Skip to content

Commit eb0dfa9

Browse files
committed
make invalid_comma_and_underscore a real prototype
1 parent d7665ca commit eb0dfa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/formatter_unicode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ invalid_comma_type(Py_UCS4 presentation_type)
4141
}
4242

4343
static void
44-
invalid_comma_and_underscore()
44+
invalid_comma_and_underscore(void)
4545
{
4646
PyErr_Format(PyExc_ValueError, "Cannot specify both ',' and '_'.");
4747
}

0 commit comments

Comments
 (0)