did you know the module definition must be the first non-whitespace, non-comment line in a module? i did not
This commit is contained in:
parent
c16351ad12
commit
86333b8e7f
6 changed files with 12 additions and 14 deletions
|
@ -20,10 +20,9 @@
|
|||
%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
%% THE SOFTWARE.
|
||||
|
||||
-author("alisdairsullivan@yahoo.ca").
|
||||
|
||||
|
||||
-module(jsx_parser).
|
||||
-author("alisdairsullivan@yahoo.ca").
|
||||
|
||||
-export([decode/1, event/2]).
|
||||
-export([literal/1, string/1, number/1]).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue