From 7a5e2a15bd725306e8d08a94026aef18436195bb Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 25 Sep 2008 11:36:04 +0000 Subject: [PATCH] Fixe copy-paste error: srgs_abnf_nonrec produced xml, fixed now. --- src/GF/Compile/Export.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GF/Compile/Export.hs b/src/GF/Compile/Export.hs index b387a576f..f0a0ae689 100644 --- a/src/GF/Compile/Export.hs +++ b/src/GF/Compile/Export.hs @@ -41,7 +41,7 @@ exportPGF opts fmt pgf = FmtSRGS_XML -> single "grxml" (srgsXmlPrinter sisr) FmtSRGS_XML_NonRec -> single "grxml" srgsXmlNonRecursivePrinter FmtSRGS_ABNF -> single "gram" (srgsAbnfPrinter sisr) - FmtSRGS_ABNF_NonRec -> single "gram" srgsXmlNonRecursivePrinter + FmtSRGS_ABNF_NonRec -> single "gram" srgsAbnfNonRecursivePrinter FmtJSGF -> single "jsgf" (jsgfPrinter sisr) FmtGSL -> single "gsl" gslPrinter FmtVoiceXML -> single "vxml" grammar2vxml