[QIF import] fix misplaced paren.

This commit is contained in:
John Ralls 2022-03-27 19:45:04 -07:00
parent be8f798fca
commit 9a50be4c5d

View File

@ -741,12 +741,12 @@
;; compatible with the QIF type?
(and (string=? s (caddr elt))
(not (and (string? qif-type)
(not (currency_ns? (cadr elt))
(not (currency_ns? (cadr elt)))
(or (string-ci=? qif-type "stock")
(string-ci=? qif-type "etf")
(string-ci=? qif-type "mutual fund")
(string-ci=? qif-type "index")
)))))
))))
prefs)
#f))))
;; If a preferences match was found, use its namespace.