aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdl_surface.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl_surface.erl')
-rw-r--r--src/sdl_surface.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_surface.erl b/src/sdl_surface.erl
index c10d288..fcfe498 100644
--- a/src/sdl_surface.erl
+++ b/src/sdl_surface.erl
@@ -16,7 +16,7 @@
-export([load/1]).
--opaque surface() :: any().
+-opaque surface() :: <<>>.
-export_type([surface/0]).
-spec load(string()) -> {ok, surface()} | sdl:error().