From 81e083fc597bdaad1097b7cc8020b5c44ae3f083 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Thu, 1 Oct 2015 14:07:29 +0100
Subject: [PATCH] wingMotion tutorials: added missing ';'

---
 .../0.org/include/frontBackTopBottomPatches                     | 2 +-
 .../0.org/include/frontBackTopBottomPatches                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/0.org/include/frontBackTopBottomPatches b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/0.org/include/frontBackTopBottomPatches
index 462f4ee594a..01475bef751 100644
--- a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/0.org/include/frontBackTopBottomPatches
+++ b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/0.org/include/frontBackTopBottomPatches
@@ -13,7 +13,7 @@ topAndBottom
 
 front
 {
-    type empty
+    type empty;
 }
 
 back
diff --git a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/0.org/include/frontBackTopBottomPatches b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/0.org/include/frontBackTopBottomPatches
index 462f4ee594a..01475bef751 100644
--- a/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/0.org/include/frontBackTopBottomPatches
+++ b/tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/0.org/include/frontBackTopBottomPatches
@@ -13,7 +13,7 @@ topAndBottom
 
 front
 {
-    type empty
+    type empty;
 }
 
 back
-- 
GitLab