Commit e748f035 authored by Jack Jansen's avatar Jack Jansen

This wasn't ansified. Fixed.

parent 73279186
......@@ -37,9 +37,7 @@ static char cp_GetColor__doc__[] =
;
static PyObject *
cp_GetColor(self, args)
PyObject *self; /* Not used */
PyObject *args;
cp_GetColor(PyObject *self, PyObject *args)
{
RGBColor inColor, outColor;
Boolean ok;
......@@ -68,9 +66,7 @@ static char cp_module_documentation[] =
""
;
void initColorPicker();
void initColorPicker()
void initColorPicker(void)
{
PyObject *m;
......
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