cleared up another warning
This commit is contained in:
		
							parent
							
								
									6f27ec7af8
								
							
						
					
					
						commit
						c0c4242dfc
					
				@ -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))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user