solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit fc664155a91f99f0edeab607bdda811e830ad556
parent fa78684b06aee101ad963ec853247796d1b42963
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 13 Oct 2016 10:12:11 +0200

Add a missing break in a switch case directive

Diffstat:
Msrc/ssol_scene.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/ssol_scene.c b/src/ssol_scene.c @@ -414,6 +414,7 @@ hit_filter_function return 1; } } + break; default: FATAL("Unreachable code.\n"); break; }