[Bf-blender-cvs] [ad58617bd24] master: fix: overlooked the RET_ZERO appendix

Gaia Clary noreply at git.blender.org
Sun Jun 25 17:05:14 CEST 2017


Commit: ad58617bd2404745f0366c04a55b6a354d507e20
Author: Gaia Clary
Date:   Sun Jun 25 17:04:47 2017 +0200
Branches: master
https://developer.blender.org/rBad58617bd2404745f0366c04a55b6a354d507e20

fix: overlooked the RET_ZERO appendix

===================================================================

M	source/blenderplayer/bad_level_call_stubs/stubs.c

===================================================================

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 248bd3e2c90..d00c7b6a022 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -746,7 +746,7 @@ int collada_export(struct Scene *sce,
                    BC_export_transformation_type export_transformation_type,
                    int open_sim,
                    int limit_precision,
-                   int keep_bind_info);
+                   int keep_bind_info) RET_ZERO
 
 void ED_mesh_calc_tessface(struct Mesh *mesh, bool free_mpoly) RET_NONE




More information about the Bf-blender-cvs mailing list