Skip to content

Commit

Permalink
minor header change
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mullis committed Sep 22, 2008
1 parent 9aec8fa commit ca433cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/macaddr.erl
Expand Up @@ -24,11 +24,10 @@
%%%-------------------------------------------------------------------
-module(macaddr).
-author("michael@mullistechnologies.com").
-export([address/0, address_list/0]).
-compile([export_all]).

-vsn("0.1.0").

-export([address/0, address_list/0]).

%%% @doc Join elements of a list using separator.
join([H|T], Sep) ->
lists:flatten([H | [[Sep, X] || X <- T]]).
Expand Down

0 comments on commit ca433cd

Please sign in to comment.