diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc index 32d9ab410..11897f0cb 100644 --- a/rtengine/iplocallab.cc +++ b/rtengine/iplocallab.cc @@ -1270,8 +1270,8 @@ void ImProcFunctions::BlurNoise_Local (int call, int sp, LabImage * tmp1, const } } } - int begx = lp.xc - lp.lxL); - int begy = lp.yc - lp.lyT); + int begx = lp.xc - lp.lxL; + int begy = lp.yc - lp.lyT; switch (zone) {