about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/fix-ng/fix.sdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fix-ng/fix.sdf b/src/fix-ng/fix.sdf
index e94e696749..2074d98294 100644
--- a/src/fix-ng/fix.sdf
+++ b/src/fix-ng/fix.sdf
@@ -44,7 +44,7 @@ exports
     "{" {Id ","}* "}" ":" Expr
     -> Expr {cons("Function"), right}
 
-    "{" {Bind ","}+ "}"
+    "{" {Bind ","}* "}"
     -> Expr {cons("Attrs")}
 
     Id "=" Expr