Commit eb0dfa92 authored by Benjamin Peterson's avatar Benjamin Peterson

make invalid_comma_and_underscore a real prototype

parent d7665ca7
......@@ -41,7 +41,7 @@ invalid_comma_type(Py_UCS4 presentation_type)
}
static void
invalid_comma_and_underscore()
invalid_comma_and_underscore(void)
{
PyErr_Format(PyExc_ValueError, "Cannot specify both ',' and '_'.");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment