summaryrefslogtreecommitdiff
path: root/sdl2/bindings/ttf.scm
diff options
context:
space:
mode:
Diffstat (limited to 'sdl2/bindings/ttf.scm')
-rw-r--r--sdl2/bindings/ttf.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl2/bindings/ttf.scm b/sdl2/bindings/ttf.scm
index 1accf6c..f559da4 100644
--- a/sdl2/bindings/ttf.scm
+++ b/sdl2/bindings/ttf.scm
@@ -29,7 +29,7 @@
#:use-module (sdl2 bindings))
(define sdl-ttf-func
- (let ((lib (dynamic-link %libsdl2-ttf)))
+ (let ((lib (dynamic-link* %libsdl2-ttf)))
(lambda (return-type function-name arg-types)
"Return a procedure for the foreign function FUNCTION-NAME in
the SDL2_ttf shared library. That function must return a value of