From c2828ab7cf1670a5b0bb9b01faa55d83833312ca Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Mon, 15 Apr 2013 21:15:34 +0300 Subject: [PATCH] Typo. --- 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 75d74ff..859fb31 100644 --- a/src/zeromq-api.lisp +++ b/src/zeromq-api.lisp @@ -53,7 +53,7 @@ (defun unbind (s address) (with-foreign-string (addr address) - (call-with-error-check #'unbind (list s addr)))) + (call-with-error-check #'%unbind (list s addr)))) (defun connect (s address) (with-foreign-string (addr address) -- 2.11.4.GIT