summaryrefslogtreecommitdiff
path: root/src/GF/Speech/JSGF.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Speech/JSGF.hs')
-rw-r--r--src/GF/Speech/JSGF.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/JSGF.hs b/src/GF/Speech/JSGF.hs
index dc9f4170a..171d859a4 100644
--- a/src/GF/Speech/JSGF.hs
+++ b/src/GF/Speech/JSGF.hs
@@ -32,7 +32,7 @@ width = 75
jsgfPrinter :: Maybe SISRFormat
-> PGF
-> CId -> String
-jsgfPrinter sisr pgf cnc = renderStyle st $ prJSGF sisr $ makeSimpleSRG pgf cnc
+jsgfPrinter sisr pgf cnc = renderStyle st $ prJSGF sisr $ makeNonLeftRecursiveSRG pgf cnc
where st = style { lineLength = width }
prJSGF :: Maybe SISRFormat -> SRG -> Doc