mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 02:50:15 +02:00
Fix typo in conditional introduced in 8ac33aa
This commit is contained in:
parent
46cc45c186
commit
9da87ce868
@ -261,7 +261,7 @@ class ResizeWorker : public NanAsyncWorker {
|
||||
|
||||
// Get window size of interpolator, used for determining shrink vs affine
|
||||
int interpolatorWindowSize = InterpolatorWindowSize(baton->interpolator.c_str());
|
||||
if (InterpolatorWindowSize < 0) {
|
||||
if (interpolatorWindowSize < 0) {
|
||||
return Error();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user