aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdl.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl.erl')
-rw-r--r--src/sdl.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl.erl b/src/sdl.erl
index b89de68..be0ffeb 100644
--- a/src/sdl.erl
+++ b/src/sdl.erl
@@ -26,7 +26,7 @@
-export_type([error/0]).
-type subsystem() :: timer | audio | video | joystick | haptic
- | game_controller | events | everything | no_parachute.
+ | game_controller | events | everything.
-spec start() -> ok | error().
start() ->