diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-06-04 13:28:23 -0700 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-06-04 13:28:23 -0700 |
commit | dd5ce5c86b2b9debf9890884e8e2e4b8ad9465e6 (patch) | |
tree | 2d60abc4cded981f66d2336990d1a99fde425911 /main.lisp | |
parent | cd5d87c4f56375bd722bd6beefe2e0705326c07c (diff) | |
download | lispruns-dd5ce5c86b2b9debf9890884e8e2e4b8ad9465e6.tar.gz lispruns-dd5ce5c86b2b9debf9890884e8e2e4b8ad9465e6.zip |
add actual assocation between the statistics elements
Diffstat (limited to 'main.lisp')
-rw-r--r-- | main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |