Skip to content

Commit

Permalink
[qif/string] compact function
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Aug 4, 2019
1 parent 944e781 commit 409b97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/import-export/qif-imp/string.scm
Expand Up @@ -108,7 +108,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(define-public (gnc:list-display lst)
(for-each (lambda (elt) (display elt)) lst))
(for-each display lst))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; gnc:list-display-to-string
Expand Down

0 comments on commit 409b97a

Please sign in to comment.