Interface - add resize capabilities
[clnl] / src / main / main.lisp
index 48c3c58c59d5cf82534eb368c4fc6355478bfee2..5bb93610de52d79184902ca9325800131c1ac319 100644 (file)
@@ -24,7 +24,6 @@ ARGUMENTS AND VALUES:
 DESCRIPTION:
 
   RUN starts up the CLNL system."
-
  (boot)
  (sb-thread:make-thread #'clnl-cli:run)
  (clnl-interface:run))