summaryrefslogtreecommitdiff
path: root/sdl2
diff options
context:
space:
mode:
Diffstat (limited to 'sdl2')
-rw-r--r--sdl2/ttf.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl2/ttf.scm b/sdl2/ttf.scm
index aeb1577..4c4d3be 100644
--- a/sdl2/ttf.scm
+++ b/sdl2/ttf.scm
@@ -89,5 +89,5 @@ containing the results."
(string->pointer text)
((@@ (sdl2) color->struct) color))))
(if (null-pointer? ptr)
- (sdl-error "render-font-solid" "failed to render text")
+ (sdl-error "render-font-blended" "failed to render text")
((@@ (sdl2 surface) wrap-surface) ptr))))