aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/output.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/output.scm')
-rw-r--r--module/vcomponent/output.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/output.scm b/module/vcomponent/output.scm
index f55adf3b..ee84d359 100644
--- a/module/vcomponent/output.scm
+++ b/module/vcomponent/output.scm
@@ -33,7 +33,7 @@
(make-string depth #\:)
key
(concatenate (hash-map->list list (cdr at)))
- (v at))))
+ (value at))))
(if descend?
(for-each (lambda (e) (print-vcomponent e port #:descend? #t #:depth (1+ depth)))
(children comp)))))