summaryrefslogtreecommitdiff
path: root/main.lisp
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-06-04 13:28:23 -0700
committerLogan Hunt <loganhunt@simponic.xyz>2022-06-04 13:28:23 -0700
commitdd5ce5c86b2b9debf9890884e8e2e4b8ad9465e6 (patch)
tree2d60abc4cded981f66d2336990d1a99fde425911 /main.lisp
parentcd5d87c4f56375bd722bd6beefe2e0705326c07c (diff)
downloadlispruns-dd5ce5c86b2b9debf9890884e8e2e4b8ad9465e6.tar.gz
lispruns-dd5ce5c86b2b9debf9890884e8e2e4b8ad9465e6.zip
add actual assocation between the statistics elements
Diffstat (limited to 'main.lisp')
-rw-r--r--main.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lisp b/main.lisp
index 8449181..58e2fbe 100644
--- a/main.lisp
+++ b/main.lisp
@@ -109,9 +109,9 @@
(let ((choice (select-option '(("Help" . HELP)
("Import a category" . IMPORT-CATEGORY)
("Make a new category" . NEW-CATEGORY)
- ("Delete a category" . DELETE-CATEGORY)
("Start a speedrun" . START-SPEEDRUN)
("View splits of a speedrun" . VIEW-SPEEDRUNS)
+ ("Delete a category" . DELETE-CATEGORY)
("Delete a speedrun" . DELETE-SPEEDRUN)
("Exit" . EXIT)))))
(case choice