From 900a05a6c807e04d1a0a8c9e58bc69c91ffc5665 Mon Sep 17 00:00:00 2001 From: John Connors Date: Mon, 25 Aug 2008 08:18:23 +0100 Subject: [PATCH] Removing stray bracket --- file-pcx.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file-pcx.lisp b/file-pcx.lisp index 3828dbb..cfbc6f4 100644 --- a/file-pcx.lisp +++ b/file-pcx.lisp @@ -18,7 +18,7 @@ (palette-type :u16) ;resw 1 (hscrsize :u16) ; resw 1 ; only supported by (vscrsize :u16) ; 1 ; pc paintbrush iv or higher - (filler :u8 :array-size 56)))) + (filler :u8 :array-size 56))) (defun length-byte-p (byte) (= (logand byte #XA0) #XA0)) -- 2.11.4.GIT