From ff823895d762419b07cd82b54b64503d89e807f8 Mon Sep 17 00:00:00 2001 From: Moritz Salla Date: Fri, 5 Feb 2021 11:42:46 +0100 Subject: [PATCH] adding semicolon --- content/static/tutorials/video/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/static/tutorials/video/index.html b/content/static/tutorials/video/index.html index 22ccf759b..7908d6990 100644 --- a/content/static/tutorials/video/index.html +++ b/content/static/tutorials/video/index.html @@ -396,7 +396,7 @@

Software mirrors

rows = height/videoScale; background(0); video = new Capture(this, cols, rows); - video.start() + video.start(); } // Read image from the camera @@ -572,4 +572,4 @@

Software mirrors

- \ No newline at end of file +