summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdl2/config.scm.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdl2/config.scm.in b/sdl2/config.scm.in
index b1343dd..290dd6e 100644
--- a/sdl2/config.scm.in
+++ b/sdl2/config.scm.in
@@ -12,8 +12,8 @@
;; library load path as a fallback method. Useful when restributing
;; relocatable builds.
(define (dynamic-link* names)
- (let loop ((names names))
- (match names
+ (let loop ((names* names))
+ (match names*
(()
(error "could not find library" names))
((name . rest)