From 88e389456263471f792eb951711fab2b3e8c28f0 Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 28 Jan 2008 17:26:16 +0000 Subject: [PATCH] Fixed syntax error in ExamplesRus.gf --- lib/resource/Examples/ExamplesRus.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resource/Examples/ExamplesRus.gf b/lib/resource/Examples/ExamplesRus.gf index e17301bea..993bd0f8b 100644 --- a/lib/resource/Examples/ExamplesRus.gf +++ b/lib/resource/Examples/ExamplesRus.gf @@ -2,5 +2,5 @@ concrete ExamplesRus of Examples = ExamplesI with (Syntax=SyntaxRus), - (Lang=LangRus) ** {flags coding=utf8} ; + (Lang=LangRus) ** {flags coding=utf8; }