Skip to content

Commit

Permalink
Fix build.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Mar 11, 2019
1 parent ed03156 commit b671598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

(defun main()
(import-foreign-libraries)
(lisp-chat-client:main))
(lisp-chat/client:main))


(eval-when (:execute)
Expand Down

0 comments on commit b671598

Please sign in to comment.