From f89ac1a1d35e9bea4acccecbb6905effd4a577b6 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 4 May 2014 10:06:29 +0200 Subject: Don't need quotes around module name. --- src/plop.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.1