~jl2/dbus-tools

0d68c47f7521910c47266a91a4b1c8218354f6c2 — Jeremiah LaRocco 1 year, 3 months ago bca37fc
Fix leftover call to `pretty-print`
1 files changed, 1 insertions(+), 1 deletions(-)

M dbus-tools.lisp
M dbus-tools.lisp => dbus-tools.lisp +1 -1
@@ 193,7 193,7 @@ For example (list-paths-at :system \:org.bluez\" \"/\") -> (\"/org\")"
                              "~%~a~a: "
                              (make-string indent :initial-element #\space)
                              (car thing))
                      (pretty-print (cdr thing) :stream stream :indent (+ 2 indent)))))
                      (pp (cdr thing) :stream stream :indent (+ 2 indent)))))
              (t
               (format stream "~a" thing)))))