mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-02 22:06:44 +02:00
Fix typedef enums and potential uninitialised value.
This commit is contained in:
@ -67,7 +67,7 @@ static PyObject *python_api_get_nick(PyObject *self, PyObject *args)
|
||||
|
||||
static PyObject *python_api_get_status(PyObject *self, PyObject *args)
|
||||
{
|
||||
PyObject *ret;
|
||||
PyObject *ret = NULL;
|
||||
|
||||
if (!PyArg_ParseTuple(args, ""))
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user