Skip to content

Commit

Permalink
Merge pull request #70 from glongwave/fix_typo
Browse files Browse the repository at this point in the history
Fix a typo in green_setrun declaration
  • Loading branch information
snaury committed Jan 23, 2015
2 parents 62211ca + db0de0a commit 2f9d976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greenlet.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ static PyObject* green_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
return o;
}

static int green_setrun(PyGreenlet* self, PyObject* nparent, void* c);
static int green_setrun(PyGreenlet* self, PyObject* nrun, void* c);
static int green_setparent(PyGreenlet* self, PyObject* nparent, void* c);

static int green_init(PyGreenlet *self, PyObject *args, PyObject *kwargs)
Expand Down

0 comments on commit 2f9d976

Please sign in to comment.