Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e748f03

Browse files
committed
This wasn't ansified. Fixed.
1 parent 7327918 commit e748f03

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Mac/Modules/ColorPickermodule.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ static char cp_GetColor__doc__[] =
3737
;
3838

3939
static PyObject *
40-
cp_GetColor(self, args)
41-
PyObject *self; /* Not used */
42-
PyObject *args;
40+
cp_GetColor(PyObject *self, PyObject *args)
4341
{
4442
RGBColor inColor, outColor;
4543
Boolean ok;
@@ -68,9 +66,7 @@ static char cp_module_documentation[] =
6866
""
6967
;
7068

71-
void initColorPicker();
72-
73-
void initColorPicker()
69+
void initColorPicker(void)
7470
{
7571
PyObject *m;
7672

0 commit comments

Comments
 (0)