From 5db4608f70bca95f9fddea620fcfd77c26767b7e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Jun 2019 10:16:18 +1000 Subject: Cleanup: extra-semi-stmt warning --- source/blender/editors/physics/physics_fluid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/physics/physics_fluid.c') diff --git a/source/blender/editors/physics/physics_fluid.c b/source/blender/editors/physics/physics_fluid.c index fd092eb4b78..dc4ce138d9d 100644 --- a/source/blender/editors/physics/physics_fluid.c +++ b/source/blender/editors/physics/physics_fluid.c @@ -966,7 +966,7 @@ static int fluidsimBake(bContext *C, ReportList *reports, Object *fsDomain, shor /* Make sure it corresponds to startFrame setting * (old: noFrames = scene->r.efra - scene->r.sfra +1). */ - ; + noFrames = scene->r.efra - 0; if (noFrames <= 0) { BKE_report(reports, RPT_ERROR, "No frames to export (check your animation range settings)"); -- cgit v1.2.3