aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guile/starlet/playback.scm3
1 files changed, 2 insertions, 1 deletions
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 ********************