From c54f90fb9754569676bb018265bc3f99f81755ca Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 29 Mar 2021 17:33:35 +0200 Subject: print-playback: Return unspecified --- guile/starlet/playback.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guile/starlet/playback.scm') diff --git a/guile/starlet/playback.scm b/guile/starlet/playback.scm index 7acd323..b580d7b 100644 --- a/guile/starlet/playback.scm +++ b/guile/starlet/playback.scm @@ -500,7 +500,8 @@ (format #t " Next cue index ~a (~a)\n" (get-next-cue-index pb) the-cue)) - (format #t " End of cue list.\n"))) + (format #t " End of cue list.\n")) + *unspecified*) ;;; ******************** Cue lists ******************** -- cgit v1.2.3