From 8c5645669b2bebdeb4a59fb73462b3ace97d202b Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 31 Jan 2010 23:49:04 +0000 Subject: Fixed a few lingering compiler warnings with the bpy_app stuff --- source/blender/python/intern/bpy_app.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/python/intern/bpy_app.c') diff --git a/source/blender/python/intern/bpy_app.c b/source/blender/python/intern/bpy_app.c index ed0b88b59a7..440db76aafe 100644 --- a/source/blender/python/intern/bpy_app.c +++ b/source/blender/python/intern/bpy_app.c @@ -124,4 +124,6 @@ PyObject *BPY_app_struct(void) /* prevent user from creating new instances */ BlenderAppType.tp_init = NULL; BlenderAppType.tp_new = NULL; + + return ret; } -- cgit v1.2.3