From b25f037f5fb8d1be4537c72994f542062b9f7d81 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 --- resource/Examples/ExamplesRus.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/Examples/ExamplesRus.gf b/resource/Examples/ExamplesRus.gf index e17301be..993bd0f8 100644 --- a/resource/Examples/ExamplesRus.gf +++ b/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; }