From 8ba2aef46bf57532d0ac9b3e87a507e5e2260cca Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 13 May 2019 23:27:11 +0100 Subject: [PATCH] compiler warning --- test-client.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-client.lisp b/test-client.lisp index 0dbece1..96db007 100644 --- a/test-client.lisp +++ b/test-client.lisp @@ -21,7 +21,7 @@ (read)))) (and (atom rd) (eql rd 'quit) - (quit)) + (exit)) (print (and (not (atom rd)) (cond ((eql (car rd) 'send) (sipc:send-quick *socket-file* (if (stringp (cadr rd)) (cadr rd)