From fdbc4fe73a85cc5689cfe959c8adcf4e292d79b1 Mon Sep 17 00:00:00 2001 From: Pawel Date: Wed, 11 Jul 2012 12:12:29 +0200 Subject: [PATCH] 0023257: Missing return statement Added missing return statement --- src/ShapeFix/ShapeFix_Face.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShapeFix/ShapeFix_Face.cxx b/src/ShapeFix/ShapeFix_Face.cxx index a9e7075482..313300c101 100755 --- a/src/ShapeFix/ShapeFix_Face.cxx +++ b/src/ShapeFix/ShapeFix_Face.cxx @@ -2286,7 +2286,7 @@ static Standard_Boolean IsPeriodicConicalLoop(const Handle(Geom_ConicalSurface)& Standard_Boolean& isUDecrease) { if ( theSurf.IsNull() ) - Standard_False; + return Standard_False; ShapeAnalysis_Edge aSAE; TopLoc_Location aLoc;