summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ephraim.erl')
-rw-r--r--src/core/ephraim.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ephraim.erl b/src/core/ephraim.erl
index dc8382d..523749c 100644
--- a/src/core/ephraim.erl
+++ b/src/core/ephraim.erl
@@ -10,7 +10,8 @@
-spec start() -> ok.
start() ->
- spawn(?MODULE, init, []).
+ spawn(?MODULE, init, []),
+ ok.
-spec stop() -> ok.
stop() ->