adjusted for changed define/return syntax

This commit is contained in:
2026-05-11 17:32:11 +02:00
parent f8c091946f
commit 7956d15072
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
;; Provided functions
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define/return (soundlibs-available?)
(define/return (soundlibs-available?) return
(unless (eq? (system-type 'os) 'windows) ; We only need to download libraries for windows.
(return #t))
(if (file-exists? version-file)