clean up some warnings in bpy code

This commit is contained in:
Stephen Swaney
2006-01-16 17:55:03 +00:00
parent c5819fe03f
commit 14cc1192a3
5 changed files with 15 additions and 14 deletions

View File

@@ -90,7 +90,7 @@ static PyMethodDef BPy_constant_methods[] = {
"() - Returns the keys the dictionary"},
{"values", (PyCFunction) constant_values, METH_NOARGS,
"() - Returns the values from the dictionary"},
{NULL}
{NULL, NULL, 0, NULL}
};
//------------------------mp_length
static int constantLength(BPy_constant *self)