cleared up another warning

This commit is contained in:
Amy Bowersox 2019-12-09 13:34:49 -07:00
parent 6f27ec7af8
commit c0c4242dfc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ static HRESULT convert_msg(PyObject *target, PMSG source)
PyObject *Epython_get_message(PyObject *self, PyObject *args)
{
PyDictObject *out;
PyObject *out;
MSG msg;
if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &out))