Commit 02c37306 authored by pfdietz's avatar pfdietz
Browse files

Fixed typo

parent 8558c6e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@
			(gethash pz table)
			(gethash nz table)))
	unless (or (eql pz nz)
		   (equal result '(:x :x nil :y :y :y)))
		   (equal result '(:x :x :x :y :y :y)))
	collect (list pz nz result))
  nil)