summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim.erl
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-06-22 03:21:28 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-06-22 03:21:28 +0200
commit3bb13593695d1db50885588cd96e1be85f5a8e45 (patch)
tree478e5e07d391cd6a68fd1eaa4444d484a88d3ab0 /src/core/ephraim.erl
parent405b5ba0aa85b5155fb45df5407b69b1441ada75 (diff)
downloadephraim-3bb13593695d1db50885588cd96e1be85f5a8e45.tar
ephraim-3bb13593695d1db50885588cd96e1be85f5a8e45.zip
Added header and option support to Erlang CMake build
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() ->