From 5ffa9ef43bf41a26f5e5fb6417a09c99cacb1b56 Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Thu, 7 Feb 2013 23:18:04 +0200 Subject: [PATCH] Oh god, I screwed up indent. --- src/zeromq-api.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zeromq-api.lisp b/src/zeromq-api.lisp index 549247b..466e2dc 100644 --- a/src/zeromq-api.lisp +++ b/src/zeromq-api.lisp @@ -79,7 +79,7 @@ (option-code (foreign-enum-value 'socket-options option))) (if (eq return-type :string) (with-foreign-objects ((str :char 255) - (len 'size-t)) + (len 'size-t)) (setf (mem-aref len 'size-t) (* (foreign-type-size :char) 255)) (%getsockopt socket option-code str len) (foreign-string-to-lisp str :count (mem-aref len 'size-t))) -- 2.11.4.GIT