From b3fc8c58a36e3904bbd1970de3966412e8d601a6 Mon Sep 17 00:00:00 2001 From: cage Date: Sat, 24 Dec 2022 14:41:11 +0100 Subject: [PATCH] - renamed 'main-croatoan-init' to 'main:tui-init'. --- src/main.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.lisp b/src/main.lisp index 5086f26..cf22146 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -137,7 +137,7 @@ etc.) happened" (load-configuration-files) (init-db)) -(defun croatoan-init () +(defun tui-init () "Initialize the program" (shared-init) (db-utils:with-ready-database (:connect nil) @@ -242,5 +242,5 @@ etc.) happened" (declare (ignore h)) (c:end-screen) (print c)))) - (croatoan-init) + (tui-init) (run first-time-starting))))))