Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2005-10-09 20:57:49 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-10-09 20:57:49 +0400
commitaf8b6230023b8f9eaece4e1789689babc1240f20 (patch)
tree5c0d2931f3412aa24309ab818da8cc5e1751a219 /source/blender/python/api2_2x/BGL.c
parentb9e6e0c2ecb66e4233be9e0af0b5991d1baaf1bf (diff)
o some warning fixes (compare of int to NULL, missing prototype)
Diffstat (limited to 'source/blender/python/api2_2x/BGL.c')
-rw-r--r--source/blender/python/api2_2x/BGL.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/BGL.c b/source/blender/python/api2_2x/BGL.c
index 3f48da37043..c22681a2e5d 100644
--- a/source/blender/python/api2_2x/BGL.c
+++ b/source/blender/python/api2_2x/BGL.c
@@ -1611,3 +1611,4 @@ PyObject *BGL_Init(void)
return mod;
}
+