From 371b1f650e973e7a55fb09209fea99bc9781898a Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Wed, 26 Jan 2005 22:49:03 +0800 Subject: [PATCH] reisoc darcs-hash:20050126144903-2648a-9167a29d9c7501980cf0da1e3d09f66af4a47400.gz --- osc.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc.lisp b/osc.lisp index 2cd590b..333123d 100644 --- a/osc.lisp +++ b/osc.lisp @@ -187,7 +187,7 @@ (defun decode-float32 (s) "ieee754 float from a vector of 4 bytes in network byte order" - #+sbcl (sb-kernel:make-single-float (decode-int32 s))) + #+sbcl (sb-kernel:make-single-float (decode-int32 s)) #-sbcl (error "cant decode floats using this implementation")) (defun decode-int32 (s)