aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/draw/crop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/draw/crop.c')
-rw-r--r--src/cmd/draw/crop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/draw/crop.c b/src/cmd/draw/crop.c
index 10a08f77..d6d89722 100644
--- a/src/cmd/draw/crop.c
+++ b/src/cmd/draw/crop.c
@@ -76,7 +76,7 @@ crop(Memimage *m, uint32 c)
bottom = y;
}
}
-
+
if(n != nil)
freememimage(n);
return Rect(left, top, right+1, bottom+1);