From c0c4242dfc28ee2491b036452e3ed9fe909697bb Mon Sep 17 00:00:00 2001 From: Amy Bowersox Date: Mon, 9 Dec 2019 13:34:49 -0700 Subject: [PATCH] cleared up another warning --- src/ep_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ep_msg.c b/src/ep_msg.c index d5c533b..c647533 100755 --- a/src/ep_msg.c +++ b/src/ep_msg.c @@ -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))