diff options
| author | Linus Nordberg <linus@nordu.net> | 2014-05-04 10:06:29 +0200 |
|---|---|---|
| committer | Linus Nordberg <linus@nordu.net> | 2014-05-04 10:06:29 +0200 |
| commit | f89ac1a1d35e9bea4acccecbb6905effd4a577b6 (patch) | |
| tree | 95d0b1893441f14c25dee2cfd7cec83b3db24583 | |
| parent | 1347f05db5f96314da22ffbd56887b254ecae034 (diff) | |
Don't need quotes around module name.
| -rw-r--r-- | src/plop.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plop.erl b/src/plop.erl index 5ca595f..91e84a4 100644 --- a/src/plop.erl +++ b/src/plop.erl @@ -8,7 +8,7 @@ %%% proof can later, together with the public key of the log, be used %%% to prove that your entry is indeed present in the log. --module('plop'). +-module(plop). -behaviour(gen_server). %% API. |
