Skip to content

Commit

Permalink
[options.scm] typo ref -> list-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Dec 4, 2020
1 parent 82d3bcd commit 51e3a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgnucash/app-utils/options.scm
Expand Up @@ -1103,7 +1103,7 @@ the option '~a'."))
(vector (lambda () (length ok-values))
(lambda (x) (vector-ref (list-ref ok-values x) 0))
(lambda (x) (vector-ref (list-ref ok-values x) 1))
(lambda (x) (vector-ref (ref ok-values x) 2))
(lambda (x) (vector-ref (list-ref ok-values x) 2))
(lambda (x) (gnc:multichoice-list-lookup ok-values x)))
(lambda () (list-strings ok-values)) #f)))

Expand Down

0 comments on commit 51e3a65

Please sign in to comment.