fixed local func definition
This commit is contained in:
		
							parent
							
								
									48f62edc39
								
							
						
					
					
						commit
						8cbfccdd8b
					
				@ -51,7 +51,7 @@ static PyObject *wrap_resource_file_handle(HRESFILE handle)
 | 
			
		||||
  return rc;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static PyObject *resfile_load_classmethod(ResFileType *cls, PyObject *args)
 | 
			
		||||
static PyObject *resfile_load_classmethod(PyTypeObject *cls, PyObject *args)
 | 
			
		||||
{
 | 
			
		||||
  const char *filename;
 | 
			
		||||
  PyObject *rc = NULL;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user