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 e397a312..e0710d65 100644
--- a/src/cmd/draw/crop.c
+++ b/src/cmd/draw/crop.c
@@ -9,7 +9,7 @@ enum
Inset, /* move border in or out uniformly */
Insetxy, /* move border in or out; different parameters for x and y */
Set, /* set rectangle to absolute values */
- Blank, /* cut off blank region according to color value */
+ Blank /* cut off blank region according to color value */
/* Blank is not actually set as a mode; it can be combined with others */
};