summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d156d2a..20939f1 100644
--- a/main.c
+++ b/main.c
@@ -343,7 +343,7 @@ static int set_crop(struct media_entity_pad *pad, struct v4l2_rect *crop)
ret = v4l2_subdev_set_crop(pad->entity, crop, pad->index,
V4L2_SUBDEV_FORMAT_ACTIVE);
if (ret < 0) {
- printf("Unable to set crop rectangle: %s (%d)", strerror(-ret), ret);
+ printf("Unable to set crop rectangle: %s (%d)\n", strerror(-ret), ret);
return ret;
}