1
0
forked from GitHub/gf-core

Fixe copy-paste error: srgs_abnf_nonrec produced xml, fixed now.

This commit is contained in:
bjorn
2008-09-25 11:36:04 +00:00
parent 716250bcf1
commit 4d96eb7e9a

View File

@@ -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