summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ccwl/ccwl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm
index 5e97331..b1fa485 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -16,7 +16,7 @@
             pipeline))
 
 (define-immutable-record-type <input>
-  (make-input id type label default binding source other)
+  (make-input id type label default source other)
   input?
   (id input-id)
   (type input-type)