cleared up another warning

This commit is contained in:
Amy Bowersox 2019-12-09 13:34:49 -07:00
parent 6f27ec7af8
commit c0c4242dfc

View File

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