From b9328a0fea64a7e173c46ab43b21062bd48e51ea Mon Sep 17 00:00:00 2001
From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de>
Date: Fri, 14 Jun 2019 13:42:13 +0200
Subject: [PATCH] add missing ;

---
 psGrammar/demos/demoDynamic.jsgf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/psGrammar/demos/demoDynamic.jsgf b/psGrammar/demos/demoDynamic.jsgf
index fbd73366..7b07a225 100644
--- a/psGrammar/demos/demoDynamic.jsgf
+++ b/psGrammar/demos/demoDynamic.jsgf
@@ -28,4 +28,4 @@ public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | <
 
 <trash> = ([please] ((take out the trash) | (take out the garbage)));
 <search> = ([please] search for [a] [waving] person);
-<difference> = (spot the difference)
\ No newline at end of file
+<difference> = (spot the difference);
\ No newline at end of file
-- 
GitLab