o some warning fixes (compare of int to NULL, missing prototype)

This commit is contained in:
Daniel Dunbar
2005-10-09 16:57:49 +00:00
parent b9e6e0c2ec
commit af8b623002
5 changed files with 7 additions and 6 deletions

View File

@@ -1611,3 +1611,4 @@ PyObject *BGL_Init(void)
return mod;
}