diff options
Diffstat (limited to 'run.lisp')
-rw-r--r-- | run.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,4 +12,5 @@ (defun run-vampire () (let ((conf-file (get-option "--config"))) (start-vampire (config-from-file conf-file))) - (loop while *runningp* do (sleep 1))) + (loop + (sleep 1))) |