diff options
| author | bjorn <bjorn@bringert.net> | 2008-09-25 11:36:04 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-09-25 11:36:04 +0000 |
| commit | 7a5e2a15bd725306e8d08a94026aef18436195bb (patch) | |
| tree | aa258470ab8f61bace45ff44c6bc473a7bd19085 | |
| parent | cc7173a03408f428df0a0ab1f55b1ff2627dde4b (diff) | |
Fixe copy-paste error: srgs_abnf_nonrec produced xml, fixed now.
| -rw-r--r-- | src/GF/Compile/Export.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
