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