about summary refs log tree commit diff stats
path: root/clex.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'clex.lisp')
-rw-r--r--clex.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clex.lisp b/clex.lisp
index 7ca04f0..25d86d4 100644
--- a/clex.lisp
+++ b/clex.lisp
@@ -79,5 +79,5 @@
 		 ((member c '(#\< #\>))
 		  (forward cl)
 		  
-  )
+  ))))))
 (provide "clex")